95884bae22
Closes Homebrew/homebrew#42407. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
10 lines
333 B
Ruby
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
|