1 class GitGerrit < Formula
2 desc "Gerrit code review helper scripts"
3 homepage "https://github.com/fbzhong/git-gerrit"
4 url "https://github.com/fbzhong/git-gerrit/archive/refs/tags/v0.3.0.tar.gz"
5 sha256 "433185315db3367fef82a7332c335c1c5e0b05dabf8d4fbeff9ecf6cc7e422eb"
7 head "https://github.com/fbzhong/git-gerrit.git", branch: "master"
11 sha256 cellar: :any_skip_relocation, arm64_sequoia: "ae518d315b919c27305591d1cc24773926b1a947da589b0e50146c98ff138997"
12 sha256 cellar: :any_skip_relocation, arm64_sonoma: "ae518d315b919c27305591d1cc24773926b1a947da589b0e50146c98ff138997"
13 sha256 cellar: :any_skip_relocation, arm64_ventura: "ae518d315b919c27305591d1cc24773926b1a947da589b0e50146c98ff138997"
14 sha256 cellar: :any_skip_relocation, sonoma: "843601d279865025574a23dc00ae8e8bdd222a2d705f04ec8939af16aa2c19f5"
15 sha256 cellar: :any_skip_relocation, ventura: "843601d279865025574a23dc00ae8e8bdd222a2d705f04ec8939af16aa2c19f5"
16 sha256 cellar: :any_skip_relocation, x86_64_linux: "ae518d315b919c27305591d1cc24773926b1a947da589b0e50146c98ff138997"
19 conflicts_with "gerrit-tools", because: "both install `gerrit-cherry-pick` binaries"
23 bash_completion.install "completion/git-gerrit-completion.bash" => "git-gerrit"
28 system "git", "gerrit", "help"