homebrew-core/Formula/repo.rb
Graham Christensen 69ec425818 repo: switch to the official git repository
The old android source on github is no longer maintained.

Closes Homebrew/homebrew#44955.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-10-15 14:35:32 +02:00

12 lines
340 B
Ruby

class Repo < Formula
desc "Repository tool for Android development"
homepage "https://source.android.com/source/developing.html"
url "https://gerrit.googlesource.com/git-repo.git",
:tag => "v1.12.32",
:revision => "745b4ad660f8050045b521c4e15b7d3ac0b3d70e"
version "1.22"
def install
bin.install "repo"
end
end