homebrew-core/Formula/ee.rb

17 lines
349 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class Ee < Formula
homepage 'http://www.users.qwest.net/~hmahon/'
2013-01-27 23:00:10 +00:00
url 'http://www.users.qwest.net/~hmahon/sources/ee-1.4.6.src.tgz'
sha1 '6be7d03eade441a6c409b9d441ba2c144e26b157'
def install
system "make localmake"
system "make all"
# Install manually
bin.install "ee"
man1.install "ee.1"
end
end