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
|
|
|
homepage 'http://www.kitebird.com/software/xmlformat/'
|
2013-01-27 23:24:41 +00:00
|
|
|
url 'http://www.kitebird.com/software/xmlformat/xmlformat-1.04.tar.gz'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '405057df0b8160775d486b671348820359b4b85d'
|
2010-03-05 13:24:27 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install "xmlformat.rb" => "xmlformat"
|
|
|
|
end
|
|
|
|
end
|