diff options
Diffstat (limited to 'Library/Formula/xmlformat.rb')
| -rw-r--r-- | Library/Formula/xmlformat.rb | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/Library/Formula/xmlformat.rb b/Library/Formula/xmlformat.rb new file mode 100644 index 000000000..3a5e85dca --- /dev/null +++ b/Library/Formula/xmlformat.rb @@ -0,0 +1,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 | 
