homebrew-core/Formula/mg.rb
Bryce Mecum 3c7d326e5d Update archive location and homepage,
and use correct install flags

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-01 12:41:04 -07:00

12 lines
274 B
Ruby

require 'formula'
class Mg < Formula
url 'http://pintday.org/hack/mg/mg-p-080818.tgz'
homepage 'http://pintday.org/hack/mg/'
md5 '5cdd46b226586306bde2dd5d47920d66'
def install
system "make prefix=#{prefix}"
system "make install prefix=#{prefix}"
end
end