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

10 lines
333 B
Ruby

class Xmlformat < Formula
desc "Format XML documents"
homepage "http://www.kitebird.com/software/xmlformat/"
url "http://www.kitebird.com/software/xmlformat/xmlformat-1.04.tar.gz"
sha256 "71a70397e44760d67645007ad85fea99736f4b6f8679067a3b5f010589fd8fef"
def install
bin.install "xmlformat.pl" => "xmlformat"
end
end