2014-03-18 21:06:48 +00:00
|
|
|
class AvroTools < Formula
|
2015-05-19 00:00:59 +00:00
|
|
|
desc "Avro command-line tools and utilities"
|
2015-08-03 12:55:31 +00:00
|
|
|
homepage "https://avro.apache.org/"
|
2016-02-29 18:26:11 +00:00
|
|
|
url "https://www.apache.org/dyn/closer.cgi?path=avro/avro-1.8.0/java/avro-tools-1.8.0.jar"
|
|
|
|
sha256 "ce3f4478e12296810fdfc1e424acd378fd9ee48b627d98472a2d7ff23852d7b2"
|
2014-03-18 21:06:48 +00:00
|
|
|
|
2015-10-23 08:30:39 +00:00
|
|
|
bottle :unneeded
|
|
|
|
|
2014-03-18 21:06:48 +00:00
|
|
|
def install
|
|
|
|
libexec.install "avro-tools-#{version}.jar"
|
|
|
|
bin.write_jar_script libexec/"avro-tools-#{version}.jar", "avro-tools"
|
|
|
|
end
|
|
|
|
end
|