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-03-12 23:02:50 +00:00
|
|
|
homepage 'https://github.com/Netflix/denominator/tree/master/denominator-cli'
|
2013-09-18 01:32:22 +00:00
|
|
|
url 'http://dl.bintray.com/content/netflixoss/denominator/denominator-cli/release/4.1.0/denominator?direct',
|
2013-03-12 23:02:50 +00:00
|
|
|
:using => :nounzip
|
2013-09-18 01:32:22 +00:00
|
|
|
version '4.1.0'
|
|
|
|
sha1 '3c25e0ecdc9021dc01908871deb90cc46883d7c0'
|
2013-03-12 23:02:50 +00:00
|
|
|
|
|
|
|
test do
|
|
|
|
system "#{bin}/denominator", "help"
|
|
|
|
end
|
|
|
|
end
|