95884bae22
Closes Homebrew/homebrew#42407. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
10 lines
321 B
Ruby
10 lines
321 B
Ruby
class Topgit < Formula
|
|
desc "Git patch queue manager"
|
|
homepage "https://github.com/greenrd/topgit"
|
|
url "https://github.com/greenrd/topgit/archive/topgit-0.9.tar.gz"
|
|
sha256 "24b55f666e8d88ebf092a1df365492a659210a750c0793acb0c8560694203dfd"
|
|
|
|
def install
|
|
system "make", "install", "prefix=#{prefix}"
|
|
end
|
|
end
|