htmlcleaner 2.6.1

Closes Homebrew/homebrew#22523.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Jens Erat 2013-09-13 23:50:19 +02:00 committed by Adam Vandenberg
parent 5e2492dff9
commit b17bc20b8f
1 changed files with 12 additions and 0 deletions

12
Formula/htmlcleaner.rb Normal file
View File

@ -0,0 +1,12 @@
require 'formula'
class Htmlcleaner < Formula
homepage 'http://htmlcleaner.sourceforge.net/index.php'
url 'http://downloads.sourceforge.net/project/htmlcleaner/htmlcleaner/htmlcleaner%20v2.6.1/htmlcleaner-2.6.1.zip'
sha1 '4c5d2049c7048dc6632a17ec15e21ab0fcf510b9'
def install
libexec.install "htmlcleaner-#{version}.jar"
bin.write_jar_script libexec/"htmlcleaner-#{version}.jar", "htmlcleaner"
end
end