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'
|
2014-04-26 19:18:20 +00:00
|
|
|
url 'https://raw.githubusercontent.com/android/tools_repo/v1.12.13/repo'
|
2014-02-03 14:55:23 +00:00
|
|
|
version '1.21'
|
|
|
|
sha1 'b8bd1804f432ecf1bab730949c82b93b0fc5fede'
|
2012-02-07 06:12:49 +00:00
|
|
|
|
|
|
|
def install
|
2013-10-07 17:24:26 +00:00
|
|
|
bin.install 'repo'
|
2012-02-07 06:12:49 +00:00
|
|
|
end
|
2010-02-09 12:30:07 +00:00
|
|
|
end
|