Merge pull request #207020 from Homebrew/bump-qpdf-11.10.0
[Homebrew/homebrew-core.git] / Formula / t / topgit.rb
blob082722aa965e35560244d9220f90a2f45cbfb7fd
1 class Topgit < Formula
2   desc "Git patch queue manager"
3   homepage "https://github.com/mackyle/topgit"
4   url "https://github.com/mackyle/topgit/archive/refs/tags/topgit-0.19.14.tar.gz"
5   sha256 "0556485ca8ddf0cf863de4da36b11351545aca74fbf71581ffe9f5a5ce0718cb"
6   license "GPL-2.0-only"
8   bottle do
9     sha256 cellar: :any_skip_relocation, all: "00f58e04cdec33f5f8b5a141443aeba8fd6ceb94bc43b834954dbd40eda37e73"
10   end
12   def install
13     system "make", "install", "prefix=#{prefix}"
14   end
15 end