homebrew-core/Formula/pdfcrack.rb

13 lines
316 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class Pdfcrack < Formula
homepage 'http://pdfcrack.sourceforge.net/'
2013-01-29 05:02:53 +00:00
url 'http://downloads.sourceforge.net/project/pdfcrack/pdfcrack/pdfcrack-0.11/pdfcrack-0.11.tar.gz'
sha1 'e8069837d879677ecc388326db8a005e83702fc1'
def install
system "make all"
bin.install "pdfcrack"
end
end