2010-08-11 21:06:11 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Antlr < Formula
|
|
|
|
homepage 'http://www.antlr.org/'
|
2012-03-11 20:04:03 +00:00
|
|
|
url "http://www.antlr.org/download/antlr-3.4-complete.jar"
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '5cab59d859caa6598e28131d30dd2e89806db57f'
|
2010-08-11 21:06:11 +00:00
|
|
|
|
|
|
|
def install
|
2011-08-31 07:09:49 +00:00
|
|
|
prefix.install "antlr-3.4-complete.jar"
|
2012-08-07 18:20:52 +00:00
|
|
|
bin.write_jar_script prefix/"antlr-3.4-complete.jar", "antlr-3.4"
|
2010-08-11 21:06:11 +00:00
|
|
|
end
|
2011-03-10 05:11:03 +00:00
|
|
|
end
|