2013-03-12 23:02:50 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2013-06-07 00:03:44 +00:00
|
|
|
class Denominator < ScriptFileFormula
|
|
|
|
# This is a shell script wrapping a java jar; download as single file using nounzip
|
2013-09-18 02:06:31 +00:00
|
|
|
homepage 'https://github.com/Netflix/denominator/tree/master/cli'
|
2013-09-23 16:54:18 +00:00
|
|
|
url 'http://dl.bintray.com/content/netflixoss/denominator/denominator-cli/release/4.3.2/denominator?direct',
|
2013-03-12 23:02:50 +00:00
|
|
|
:using => :nounzip
|
2013-09-23 16:54:18 +00:00
|
|
|
version '4.3.2'
|
|
|
|
sha1 '9cdc9d1f3121512eb3bdb0ee93540cce30926702'
|
2013-03-12 23:02:50 +00:00
|
|
|
|
|
|
|
test do
|
|
|
|
system "#{bin}/denominator", "help"
|
|
|
|
end
|
|
|
|
end
|