aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pdfjam.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/pdfjam.rb')
-rw-r--r--Library/Formula/pdfjam.rb17
1 files changed, 0 insertions, 17 deletions
diff --git a/Library/Formula/pdfjam.rb b/Library/Formula/pdfjam.rb
deleted file mode 100644
index fc871aa3f..000000000
--- a/Library/Formula/pdfjam.rb
+++ /dev/null
@@ -1,17 +0,0 @@
-class Pdfjam < Formula
- homepage "https://www2.warwick.ac.uk/fac/sci/statistics/staff/academic-research/firth/software/pdfjam"
- url "https://www2.warwick.ac.uk/fac/sci/statistics/staff/academic-research/firth/software/pdfjam/pdfjam_208.tgz"
- sha256 "c731c598cfad076c985526ff89cbf34423a216101aa5e2d753a71de119ecc0f3"
- version "2.08"
-
- depends_on :tex
-
- def install
- bin.install Dir["bin/*"]
- man.install "man1"
- end
-
- test do
- system "#{bin}/pdfjam", "-h"
- end
-end