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-11-01 14:57:28 +00:00
|
|
|
url 'http://git-repo.googlecode.com/files/repo-1.18'
|
|
|
|
version '1.18'
|
|
|
|
sha1 '562a9091b4529d7a2afb87131e548a9d12241da5'
|
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
|