homebrew-core/Formula/trang.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
354 B
Ruby

class Trang < Formula
desc "XML schema converter"
homepage "https://code.google.com/p/jing-trang/"
url "https://jing-trang.googlecode.com/files/trang-20091111.zip"
sha256 "d8a3f034f9918ebe5b265aafeadbee6729ddda5732cfc368e2c30b3b8c0ca598"
def install
libexec.install Dir["*"]
bin.write_jar_script libexec/"trang.jar", "trang"
end
end