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

class Pdfcrack < Formula
  homepage 'http://pdfcrack.sourceforge.net/'
  url 'http://downloads.sourceforge.net/project/pdfcrack/pdfcrack/pdfcrack-0.13/pdfcrack-0.13.tar.gz'
  sha1 'fd5d99bd5a1edb3885219f84da718e329f899843'

  def install
    system "make all"
    bin.install "pdfcrack"
  end
end