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:
Geoff Cant 2009-09-05 23:55:59 +02:00 committed by Max Howell
parent 9e3c6a57c1
commit 9bf40ff633

12
Formula/vilistextum.rb Normal file
View 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