homebrew-core/Formula/jing.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

11 lines
352 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"
def install
libexec.install Dir["*"]
bin.write_jar_script libexec/"bin/jing.jar", "jing"
end
end