aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/repo.rb
blob: 7ba59904547a198d6b55f3bd9ce96e97c823cdc9 (plain)
1
2
3
4
5
6
require 'formula'

class Repo <ScriptFileFormula
  homepage 'http://source.android.com/download/using-repo'
  head 'http://android.git.kernel.org/repo'
end