homebrew-core/Formula/ee.rb
Lars Eggert 47cb1c8cf3 ee 1.4.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-27 15:00:03 -07:00

16 lines
339 B
Ruby

require 'formula'
class Ee <Formula
url 'http://www.users.qwest.net/~hmahon/sources/ee-1.4.6.src.tgz'
homepage 'http://www.users.qwest.net/~hmahon/'
md5 '447c48341fc355dacc7e5d338dd1677a'
def install
system "make localmake"
system "make all"
# Install manually
bin.install "ee"
man1.install "ee.1"
end
end