2010-03-05 13:24:27 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Xmlformat < Formula
|
2010-03-05 13:24:27 +00:00
|
|
|
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
|