diff options
| author | Benjamin Bock | 2010-03-05 14:24:27 +0100 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-03-26 12:51:15 -0700 | 
| commit | 14176f33abd00352b0704b6fd00e5eca376750f9 (patch) | |
| tree | d273e163da8e31d51b8cc70f18966b6aaff0253f | |
| parent | d6fb4e7a67622fd0ba7ad41947618664e39bc89d (diff) | |
| download | homebrew-14176f33abd00352b0704b6fd00e5eca376750f9.tar.bz2 | |
add new formula 'xmlformat'
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -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 | 
