New formula: PDFjam

PDFjam is a small collection of shell scripts which provide a simple
interface to much of the functionality of the excellent pdfpages
package (by Andreas Matthias) for pdfLaTeX.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Pierre Riteau 2010-09-09 19:57:49 +02:00 committed by Adam Vandenberg
parent 4b88593dca
commit a1879867ba

12
Formula/pdfjam.rb Normal file
View file

@ -0,0 +1,12 @@
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'
def install
bin.install Dir['bin/*']
man.install 'man1'
end
end