mg formula

mg is Micro GNU/emacs, this is a portable version of the mg maintained by
the OpenBSD team.
master
Seth Falcon 2009-09-28 20:57:33 -07:00 committed by Max Howell
parent 490f908f25
commit 8f18f073f5
1 changed files with 13 additions and 0 deletions

13
Formula/mg.rb Normal file
View File

@ -0,0 +1,13 @@
require 'brewkit'
class Mg <Formula
url 'http://www.dds.nl/~han/software/mg/mg-20090107.tar.gz'
homepage 'http://www.han.dds.nl/software/mg'
md5 'f25a139da44c3a2f760ffec531bd996e'
def install
system "./configure"
system "make prefix=#{prefix}"
system "make install prefix=#{prefix}"
end
end