95884bae22
Closes Homebrew/homebrew#42407. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
11 lines
406 B
Ruby
11 lines
406 B
Ruby
class Probatron4j < Formula
|
|
desc "Schematron validator (use with Java 1.5 or later)"
|
|
homepage "http://www.probatron.org"
|
|
url "https://probatron4j.googlecode.com/files/probatron4j-0.7.4.zip"
|
|
sha256 "53f1d28d5adbc0abe8a12015a4da3a2da000e56cb1328212870d0e6fe4fe941c"
|
|
|
|
def install
|
|
libexec.install "probatron.jar", "notices"
|
|
bin.write_jar_script libexec/"probatron.jar", "probatron"
|
|
end
|
|
end
|