homebrew-core/Formula/jing.rb
2015-10-22 21:47:18 +08:00

13 lines
372 B
Ruby

class Jing < Formula
desc "RELAX NG validator"
homepage "https://code.google.com/p/jing-trang/"
url "https://jing-trang.googlecode.com/files/jing-20091111.zip"
sha256 "57690280aa6b5521b570aaa5fe77e1b48d84b2a1b0a24da62f9b982c4416908c"
bottle :unneeded
def install
libexec.install Dir["*"]
bin.write_jar_script libexec/"bin/jing.jar", "jing"
end
end