aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2010-02-09 12:30:07 +0000
committerMax Howell2010-02-09 12:38:22 +0000
commitd20154ff3b0f8e7992378298d939093e636152df (patch)
treee4f3d61ee47739e771dc728977c4869bb6d5e1c4 /Library
parent58285f4d5a8c03ebce43c44ad8e38308f90a91f8 (diff)
downloadhomebrew-d20154ff3b0f8e7992378298d939093e636152df.tar.bz2
Repo formula
HEAD only, because Google don't do proper releases for this tool yet.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/repo.rb6
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