Skip to content

Commit

Permalink
orc-tools 1.2.3 (new formula)
Browse files Browse the repository at this point in the history
orc-tools 1.2.3

Closes #9108.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
  • Loading branch information
haeusler authored and dunn committed Jan 23, 2017
1 parent 1f43010 commit 0a26133
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Formula/orc-tools.rb
@@ -0,0 +1,18 @@
class OrcTools < Formula
desc "ORC java command-line tools and utilities"
homepage "https://orc.apache.org/"
url "https://search.maven.org/remotecontent?filepath=org/apache/orc/orc-tools/1.2.3/orc-tools-1.2.3-uber.jar"
version "1.2.3"
sha256 "6969df89f24eab45ed4f1471b0296b7eaef9853e4e76c273e820170b6f18506d"

bottle :unneeded

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

test do
system "#{bin}/orc-tools", "meta", "-h"
end
end

0 comments on commit 0a26133

Please sign in to comment.