saxon: modernize
This commit is contained in:
parent
6704461bde
commit
e07dc70bc6
1 changed files with 6 additions and 6 deletions
|
@ -1,13 +1,13 @@
|
|||
require 'formula'
|
||||
require "formula"
|
||||
|
||||
class Saxon < Formula
|
||||
homepage "http://saxon.sourceforge.net"
|
||||
url 'https://downloads.sourceforge.net/project/saxon/Saxon-HE/9.5/SaxonHE9-5-1-5J.zip'
|
||||
sha1 'bb8476866cacb72e5567bdfc246570e7f0986e48'
|
||||
version '9.5.1.5'
|
||||
url "https://downloads.sourceforge.net/project/saxon/Saxon-HE/9.5/SaxonHE9-5-1-5J.zip"
|
||||
sha1 "bb8476866cacb72e5567bdfc246570e7f0986e48"
|
||||
version "9.5.1.5"
|
||||
|
||||
def install
|
||||
libexec.install Dir["*"]
|
||||
bin.write_jar_script libexec/'saxon9he.jar', 'saxon'
|
||||
libexec.install Dir["*.jar"] + ["doc", "notices"]
|
||||
bin.write_jar_script libexec/"saxon9he.jar", "saxon"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue