2010-08-11 21:06:11 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Antlr < Formula
|
|
|
|
homepage 'http://www.antlr.org/'
|
2013-01-17 16:03:30 +00:00
|
|
|
url 'http://www.antlr.org/download/antlr-3.5-complete.jar'
|
|
|
|
sha1 'f552792c4cdceb8c02fa1354e773349763267ab9'
|
2010-08-11 21:06:11 +00:00
|
|
|
|
|
|
|
def install
|
2013-01-17 16:03:30 +00:00
|
|
|
prefix.install "antlr-3.5-complete.jar"
|
|
|
|
bin.write_jar_script prefix/"antlr-3.5-complete.jar", "antlr-3.4"
|
2010-08-11 21:06:11 +00:00
|
|
|
end
|
2011-03-10 05:11:03 +00:00
|
|
|
end
|