homebrew-core/Formula/fop.rb

13 lines
336 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class Fop < Formula
homepage "http://xmlgraphics.apache.org/fop/index.html"
url "http://www.apache.org/dyn/closer.cgi?path=/xmlgraphics/fop/binaries/fop-1.1-bin.tar.gz"
sha1 '6b96c3f3fd5efe9f2b6b54bfa96161ec3f6a1dbc'
def install
2010-07-06 14:52:37 +00:00
libexec.install Dir["*"]
2012-08-07 18:20:52 +00:00
bin.write_exec_script libexec/'fop'
end
end