Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
avro tools 1.7.6
Browse files Browse the repository at this point in the history
Closes #27676.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
kadwanev authored and adamv committed Mar 28, 2014
1 parent a20046f commit 82023e7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Library/Formula/avro-tools.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
require "formula"

class AvroTools < Formula
homepage "http://avro.apache.org/"
url "http://www.apache.org/dyn/closer.cgi?path=avro/avro-1.7.6/java/avro-tools-1.7.6.jar"
sha1 "56ebab491e9dce5b1812c3867a8385cd636bb90a"

def install
libexec.install "avro-tools-#{version}.jar"
bin.write_jar_script libexec/"avro-tools-#{version}.jar", "avro-tools"
end
end

0 comments on commit 82023e7

Please sign in to comment.