homebrew-core/Formula/xmlformat.rb
Benjamin Bock afca2670f2 add new formula 'xmlformat'
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-26 12:51:15 -07:00

11 lines
286 B
Ruby

require 'formula'
class Xmlformat <Formula
url 'http://www.kitebird.com/software/xmlformat/xmlformat-1.04.tar.gz'
homepage 'http://www.kitebird.com/software/xmlformat/'
md5 '1703822838de817cead71f6ca2041137'
def install
bin.install "xmlformat.rb" => "xmlformat"
end
end