diff options
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 |
