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-09-03 18:33:56 +00:00
|
|
|
sha1 '51cf12de64ab67826fe14c2d9486c9675f5752f8'
|
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
|