homebrew-core/Formula/pdfjam.rb
Pierre Riteau 9edbda7855 PDFjam version is actually 2.06, not 206
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-31 07:53:19 -07:00

13 lines
376 B
Ruby

require 'formula'
class Pdfjam <Formula
url 'http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic/firth/software/pdfjam/pdfjam_206.tgz'
homepage 'http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic/firth/software/pdfjam'
md5 '8113cae5d43359708be9e7e9d6df999d'
version '2.06'
def install
bin.install Dir['bin/*']
man.install 'man1'
end
end