Antiword formula

Antiword is a free MS Word reader that converts the binary files into plain
text or Postscript.
master
Ben Alpert 2009-08-31 22:57:16 -06:00 committed by Max Howell
parent 22aec56902
commit 8e6b52b392
1 changed files with 12 additions and 0 deletions

12
Formula/antiword.rb Normal file
View File

@ -0,0 +1,12 @@
require 'brewkit'
class Antiword <Formula
@url='http://www.winfield.demon.nl/linux/antiword-0.37.tar.gz'
@homepage='http://www.winfield.demon.nl/'
@md5='f868e2a269edcbc06bf77e89a55898d1'
def install
system 'make'
bin.install 'antiword'
end
end