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

class Pdftohtml < Formula
  url 'http://downloads.sourceforge.net/project/pdftohtml/Experimental%20Versions/pdftohtml%200.40/pdftohtml-0.40a.tar.gz'
  homepage 'http://pdftohtml.sourceforge.net/'
  sha1 '409572da65cf5234d026a5b199a81a26e75ca4d8'

  def install
    system "make"
    bin.install "src/pdftohtml"
  end
end