2010-02-09 12:30:07 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-13 01:43:53 +00:00
|
|
|
class Repo < ScriptFileFormula
|
2011-04-28 02:34:06 +00:00
|
|
|
homepage 'http://source.android.com/source/using-repo.html'
|
2010-02-09 12:30:07 +00:00
|
|
|
head 'http://android.git.kernel.org/repo'
|
|
|
|
end
|