homebrew-core/Formula/stgit.rb
Eric Naeseth c396c7d74c stgit 0.16
Closes Homebrew/homebrew#12866.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-15 17:35:06 -05:00

12 lines
299 B
Ruby

require 'formula'
class Stgit < Formula
homepage 'http://www.procode.org/stgit'
url 'http://download.gna.org/stgit/stgit-0.16.tar.gz'
md5 '73ca6a7469d30d9d69fa561e16abc2a8'
def install
system "make", "prefix=#{prefix}", "all"
system "make", "prefix=#{prefix}", "install"
end
end