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'
|
|
|
|
url 'http://git-repo.googlecode.com/files/repo-1.14'
|
|
|
|
sha1 '29ba4221d4fccdfa8d87931cd73466fdc24040b5'
|
|
|
|
version '1.14'
|
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install "repo-#{version}" => 'repo'
|
|
|
|
end
|
2010-02-09 12:30:07 +00:00
|
|
|
end
|