Add formula for pdfcrack

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Adomas Paltanavičius 2010-09-15 19:36:43 +03:00 committed by Adam Vandenberg
parent 53b099c785
commit 2b1d3d19b7
1 changed files with 12 additions and 0 deletions

12
Formula/pdfcrack.rb Normal file
View File

@ -0,0 +1,12 @@
require 'formula'
class Pdfcrack <Formula
url 'http://downloads.sourceforge.net/project/pdfcrack/pdfcrack/pdfcrack-0.11/pdfcrack-0.11.tar.gz'
homepage 'http://pdfcrack.sourceforge.net/'
md5 '00bdb4c44dd209f493fc02d38c1a6377'
def install
system "make all"
bin.install "pdfcrack"
end
end