2014-03-19 00:31:50 +00:00
|
|
|
class Storm < Formula
|
2015-05-19 00:00:59 +00:00
|
|
|
desc "Distributed realtime computation system to process data streams"
|
2015-03-30 17:39:33 +00:00
|
|
|
homepage "https://storm.apache.org"
|
2015-06-10 21:55:25 +00:00
|
|
|
url "https://www.apache.org/dyn/closer.cgi?path=storm/apache-storm-0.9.5/apache-storm-0.9.5.tar.gz"
|
|
|
|
sha256 "2e8337126de8d1e180abe77fb81af7c971f8c4b2dad94e446ac86c0f02ba3fb2"
|
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
|