parent
fcfd480167
commit
b562b5e48b
|
@ -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
|
Loading…
Reference in New Issue