aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/antiword.rb
blob: d0162086cefc15ad105f837a0b6f85e1f57a3d5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require 'formula'

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'
    man1.install 'Docs/antiword.1'
  end
end