elinks: add head
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
a08546603b
commit
fa58571682
1 changed files with 3 additions and 0 deletions
|
@ -5,11 +5,14 @@ class Elinks < Formula
|
|||
url 'http://elinks.or.cz/download/elinks-0.11.7.tar.bz2'
|
||||
md5 'fcd087a6d2415cd4c6fd1db53dceb646'
|
||||
|
||||
head 'http://elinks.cz/elinks.git', :using => :git
|
||||
|
||||
fails_with_llvm
|
||||
|
||||
def install
|
||||
ENV.deparallelize
|
||||
ENV.delete('LD')
|
||||
system "./autogen.sh" if ARGV.build_head?
|
||||
system "./configure", "--prefix=#{prefix}", "--without-spidermonkey"
|
||||
system "make install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue