homebrew-core/Formula/saxon.rb
BrewTestBot 95884bae22 Formula files style updates.
Closes Homebrew/homebrew#42407.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-03 14:21:42 +01:00

12 lines
417 B
Ruby

class Saxon < Formula
desc "XSLT and XQuery processor"
homepage "http://saxon.sourceforge.net"
url "https://downloads.sourceforge.net/project/saxon/Saxon-HE/9.6/SaxonHE9-6-0-5J.zip"
sha256 "b39be0c675bcaa6b1e63f4cca7b194a7cca1a847f5937c16ce5568f0b2a0cabe"
version "9.6.0.5"
def install
libexec.install Dir["*.jar", "doc", "notices"]
bin.write_jar_script libexec/"saxon9he.jar", "saxon"
end
end