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:
parent
4b88593dca
commit
a1879867ba
1 changed files with 12 additions and 0 deletions
12
Formula/pdfjam.rb
Normal file
12
Formula/pdfjam.rb
Normal 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
|
Loading…
Reference in a new issue