aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-gerrit.rb
blob: f76f08d11a68969132d21085ac4e99b0cc244170 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require 'formula'

class GitGerrit < Formula
  homepage 'https://github.com/fbzhong/git-gerrit'
  url 'https://github.com/fbzhong/git-gerrit/tarball/v0.3.0'
  md5 '3289ad86d22c3422701361a639d67573'

  def install
    prefix.install 'bin'

    (prefix+'etc/bash_completion.d').install 'completion/git-gerrit-completion.bash'
  end
end