add new formula 'xmlformat'
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
4bfbaf677b
commit
afca2670f2
1 changed files with 11 additions and 0 deletions
11
Formula/xmlformat.rb
Normal file
11
Formula/xmlformat.rb
Normal file
|
@ -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
|
Loading…
Reference in a new issue