homebrew-core/Formula/saxon-b.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
405 B
Ruby

class SaxonB < Formula
desc "XSLT and XQuery processor"
homepage "http://saxon.sourceforge.net/"
url "https://downloads.sourceforge.net/project/saxon/Saxon-B/9.1.0.8/saxonb9-1-0-8j.zip"
version "9.1.0.8"
sha256 "92bcdc4a0680c7866fe5828adb92c714cfe88dcf3fa0caf5bf638fcc6d9369b4"
def install
(buildpath/"saxon-b").install Dir["*.jar", "doc", "notices"]
share.install Dir["*"]
end
end