Formula for elinks
This commit is contained in:
parent
33844d7ccf
commit
226b921337
1 changed files with 13 additions and 0 deletions
13
Formula/elinks.rb
Normal file
13
Formula/elinks.rb
Normal 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
|
Loading…
Reference in a new issue