homebrew-core/Formula/git-gerrit.rb
Robin e11933bb1f git-gerrit 0.2.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-01-08 10:20:44 -08:00

14 lines
368 B
Ruby

require 'formula'
class GitGerrit < Formula
url 'https://github.com/fbzhong/git-gerrit/tarball/v0.2.0'
homepage 'https://github.com/fbzhong/git-gerrit'
md5 '943163c38db55173bc9be981d03fbd8e'
def install
prefix.install 'bin'
# install bash completions.
(prefix + 'etc/bash_completion.d').install 'completion/git-gerrit-completion.bash'
end
end