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-04-30 17:21:19 +00:00
|
|
|
url 'http://git-repo.googlecode.com/files/repo-1.15'
|
|
|
|
sha1 '4c06bc2d1466c638f4594d492fd18fd2da38bf5f'
|
|
|
|
version '1.15'
|
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
|