homebrew-core/Formula/topgit.rb
BrewTestBot 95884bae22 Formula files style updates.
Closes Homebrew/homebrew#42407.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-03 14:21:42 +01:00

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