2014-03-19 00:31:50 +00:00
|
|
|
class Storm < Formula
|
2014-12-17 05:09:04 +00:00
|
|
|
homepage "http://storm.apache.org"
|
|
|
|
url "http://www.apache.org/dyn/closer.cgi?path=storm/apache-storm-0.9.3/apache-storm-0.9.3.tar.gz"
|
|
|
|
sha1 "33545afc72281d6e8b497fcbdf2b9944eebb83aa"
|
2014-03-19 00:31:50 +00:00
|
|
|
|
|
|
|
def install
|
2014-12-17 05:09:04 +00:00
|
|
|
libexec.install Dir["*"]
|
2014-03-19 00:31:50 +00:00
|
|
|
bin.install_symlink libexec/"bin/storm"
|
|
|
|
end
|
|
|
|
end
|