homebrew-core/Formula/ee.rb

17 lines
340 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
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