2011-03-10 05:11:03 +00:00
|
|
|
class Ee < Formula
|
2015-05-19 00:00:59 +00:00
|
|
|
desc "Terminal (curses-based) text editor with pop-up menus"
|
2015-08-03 12:55:31 +00:00
|
|
|
homepage "http://www.users.qwest.net/~hmahon/"
|
|
|
|
url "http://www.users.qwest.net/~hmahon/sources/ee-1.4.6.src.tgz"
|
|
|
|
sha256 "a85362dbc24c2bd0f675093fb593ba347b471749c0a0dbefdc75b6334a7b6e4c"
|
2010-02-09 21:33:29 +00:00
|
|
|
|
|
|
|
def install
|
2015-08-03 12:55:31 +00:00
|
|
|
system "make", "localmake"
|
|
|
|
system "make", "all"
|
2010-02-09 21:33:29 +00:00
|
|
|
|
|
|
|
# Install manually
|
|
|
|
bin.install "ee"
|
|
|
|
man1.install "ee.1"
|
|
|
|
end
|
|
|
|
end
|