Vilistextum formula
Vilistextum is a html to text / ascii converter specifically programmed to get the best out of incorrect html.
This commit is contained in:
parent
9e3c6a57c1
commit
9bf40ff633
1 changed files with 12 additions and 0 deletions
12
Formula/vilistextum.rb
Normal file
12
Formula/vilistextum.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'brewkit'
|
||||
|
||||
class Vilistextum <Formula
|
||||
@url='http://bhaak.dyndns.org/vilistextum/vilistextum-2.6.9.tar.gz'
|
||||
@homepage='http://bhaak.dyndns.org/vilistextum/'
|
||||
@md5='5ba56ffdc56758da716bb46c3e0f517e'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue