diff options
| author | Brian Smyth | 2009-09-23 20:26:07 -0400 |
|---|---|---|
| committer | Brian Smyth | 2009-09-25 00:00:55 -0400 |
| commit | 5a6f278c51be09e2cfaf10fabc4802ebcea4490a (patch) | |
| tree | 17c013468e52850ecdaa63b208ca6ad98ffdfc68 /Library | |
| parent | 9d92cb0ad0dc9db4c5c4fb738ecbc77c91b13a98 (diff) | |
| download | homebrew-5a6f278c51be09e2cfaf10fabc4802ebcea4490a.tar.bz2 | |
Links formula.
Text mode web browser that support tables and frames.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/links.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/links.rb b/Library/Formula/links.rb new file mode 100644 index 000000000..9f7432e35 --- /dev/null +++ b/Library/Formula/links.rb @@ -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 |
