diff options
| author | Max Howell | 2010-02-09 12:30:07 +0000 |
|---|---|---|
| committer | Max Howell | 2010-02-09 12:38:22 +0000 |
| commit | d20154ff3b0f8e7992378298d939093e636152df (patch) | |
| tree | e4f3d61ee47739e771dc728977c4869bb6d5e1c4 /Library/Formula | |
| parent | 58285f4d5a8c03ebce43c44ad8e38308f90a91f8 (diff) | |
| download | homebrew-d20154ff3b0f8e7992378298d939093e636152df.tar.bz2 | |
Repo formula
HEAD only, because Google don't do proper releases for this tool yet.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/repo.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/repo.rb b/Library/Formula/repo.rb new file mode 100644 index 000000000..7ba599045 --- /dev/null +++ b/Library/Formula/repo.rb @@ -0,0 +1,6 @@ +require 'formula' + +class Repo <ScriptFileFormula + homepage 'http://source.android.com/download/using-repo' + head 'http://android.git.kernel.org/repo' +end |
