2010-02-09 12:30:07 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2012-02-07 06:12:49 +00:00
|
|
|
class Repo < Formula
|
|
|
|
homepage 'http://source.android.com/source/git-repo.html'
|
2012-06-05 16:47:27 +00:00
|
|
|
url 'http://git-repo.googlecode.com/files/repo-1.17'
|
|
|
|
sha1 'ddd79b6d5a7807e911b524cb223bc3544b661c28'
|
|
|
|
version '1.17'
|
2012-02-07 06:12:49 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install "repo-#{version}" => 'repo'
|
|
|
|
end
|
2010-02-09 12:30:07 +00:00
|
|
|
end
|