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/"
|
|
|
|
url "https://www.apache.org/dyn/closer.cgi?path=avro/avro-1.7.7/java/avro-tools-1.7.7.jar"
|
|
|
|
sha256 "ca1658c64d3609e9b7fe62039b3a95993fa18ed3244121c1f71d677ec51ab092"
|
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
|