2010-11-18 03:16:28 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Saxon < Formula
|
2010-11-18 03:16:28 +00:00
|
|
|
homepage "http://saxon.sourceforge.net"
|
2013-08-17 16:47:23 +00:00
|
|
|
url "http://downloads.sourceforge.net/project/saxon/Saxon-HE/9.5/SaxonHE9-5-1-1J.zip"
|
|
|
|
sha1 '5b5ff1f047d5206d4a70e705358dd5f7c9feaf78'
|
|
|
|
version "9.5.1.1"
|
2010-11-18 03:16:28 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
libexec.install Dir["*"]
|
2012-08-07 18:20:52 +00:00
|
|
|
bin.write_jar_script libexec/'saxon9he.jar', 'saxon'
|
2010-11-18 03:16:28 +00:00
|
|
|
end
|
|
|
|
end
|