2012-01-01 17:09:15 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class GitGerrit < Formula
|
|
|
|
homepage 'https://github.com/fbzhong/git-gerrit'
|
2012-03-11 18:03:27 +00:00
|
|
|
url 'https://github.com/fbzhong/git-gerrit/tarball/v0.3.0'
|
2012-02-08 10:33:51 +00:00
|
|
|
md5 '3289ad86d22c3422701361a639d67573'
|
2012-01-01 17:09:15 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
prefix.install 'bin'
|
|
|
|
|
2012-03-11 18:03:27 +00:00
|
|
|
(prefix+'etc/bash_completion.d').install 'completion/git-gerrit-completion.bash'
|
2012-01-01 17:09:15 +00:00
|
|
|
end
|
|
|
|
end
|