Links formula.

Text mode web browser that support tables and frames.
master
Brian Smyth 2009-09-23 20:26:07 -04:00
parent fcfd480167
commit b562b5e48b
1 changed files with 12 additions and 0 deletions

12
Formula/links.rb Normal file
View File

@ -0,0 +1,12 @@
require 'brewkit'
class Links <Formula
@url='http://links.twibright.com/download/links-2.2.tar.gz'
@homepage='http://links.twibright.com/'
@md5='c9937f9ed0061f264973182f871fb667'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make install"
end
end