2012-01-01 17:09:15 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class GitGerrit < Formula
|
|
|
|
homepage 'https://github.com/fbzhong/git-gerrit'
|
2013-03-29 01:03:20 +00:00
|
|
|
url 'https://github.com/fbzhong/git-gerrit/archive/v0.3.0.tar.gz'
|
|
|
|
sha1 '0e38e6f6657ff50d6692de9ce880d4698120325b'
|
2012-01-01 17:09:15 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
prefix.install 'bin'
|
2013-05-03 18:03:31 +00:00
|
|
|
bash_completion.install 'completion/git-gerrit-completion.bash'
|
2012-01-01 17:09:15 +00:00
|
|
|
end
|
|
|
|
end
|