aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/repo.rb
blob: f2068c84ff4ef3965bf49d81a69792266a182dfb (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