Repo formula

HEAD only, because Google don't do proper releases for this tool yet.
master
Max Howell 2010-02-09 12:30:07 +00:00
parent 11dc523b4e
commit c877343735
1 changed files with 6 additions and 0 deletions

6
Formula/repo.rb Normal file
View File

@ -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