parent
29bcee6cf9
commit
108563817a
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
require 'formula'
|
||||
|
||||
class PdfLatexRequirement < Requirement
|
||||
def message; <<-EOS.undent
|
||||
pdfjam requires pdflatex to run. You can install this using MacTex:
|
||||
|
@ -14,8 +16,6 @@ class PdfLatexRequirement < Requirement
|
|||
end
|
||||
end
|
||||
|
||||
require 'formula'
|
||||
|
||||
class Pdfjam < Formula
|
||||
url 'http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic-research/firth/software/pdfjam/pdfjam_208.tgz'
|
||||
homepage 'http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic-research/firth/software/pdfjam'
|
||||
|
|
Loading…
Reference in a new issue