blob: 2daa3953e5f8513078d803b2960b9c0f2f55a36b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require 'formula'
class Xmlformat < Formula
url 'http://www.kitebird.com/software/xmlformat/xmlformat-1.04.tar.gz'
homepage 'http://www.kitebird.com/software/xmlformat/'
sha1 '405057df0b8160775d486b671348820359b4b85d'
def install
bin.install "xmlformat.rb" => "xmlformat"
end
end
|