Formula for elinks

This commit is contained in:
Joshua Peek 2009-08-29 12:22:57 -05:00
parent 33844d7ccf
commit 226b921337

13
Formula/elinks.rb Normal file
View file

@ -0,0 +1,13 @@
require 'brewkit'
class Elinks <Formula
@homepage='http://elinks.or.cz/'
@url='http://elinks.or.cz/download/elinks-0.11.7.tar.bz2'
@md5='fcd087a6d2415cd4c6fd1db53dceb646'
def install
ENV.deparallelize
system "./configure --prefix='#{prefix}'"
system "make install"
end
end