homebrew-core/Formula/topgit.rb
Douglas F. Calvert bb871a1a63 topgit 0.9
Also update repository, homepage and use tarball.

Closes Homebrew/homebrew#22526.

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

11 lines
281 B
Ruby

require 'formula'
class Topgit < Formula
homepage 'https://github.com/greenrd/topgit'
url 'https://github.com/greenrd/topgit/archive/topgit-0.9.tar.gz'
sha1 '619572db467259f9b56474b542f428dc52e0fbc9'
def install
system "make", "install", "prefix=#{prefix}"
end
end