aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/xmlformat.rb
blob: 3a5e85dcacd970d0c9b00d33b6b210c93629e3fe (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/'
  md5 '1703822838de817cead71f6ca2041137'

  def install
    bin.install "xmlformat.rb" => "xmlformat"
  end
end