aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/pdfjam.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/pdfjam.rb b/Library/Formula/pdfjam.rb
new file mode 100644
index 000000000..2ad16923f
--- /dev/null
+++ b/Library/Formula/pdfjam.rb
@@ -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