homebrew-core/Formula/storm.rb
Nicholas Robison c7f5bad73e storm 0.9.5
Closes Homebrew/homebrew#40568.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-06-11 16:07:20 +08:00

11 lines
409 B
Ruby

class Storm < Formula
desc "Distributed realtime computation system to process data streams"
homepage "https://storm.apache.org"
url "https://www.apache.org/dyn/closer.cgi?path=storm/apache-storm-0.9.5/apache-storm-0.9.5.tar.gz"
sha256 "2e8337126de8d1e180abe77fb81af7c971f8c4b2dad94e446ac86c0f02ba3fb2"
def install
libexec.install Dir["*"]
bin.install_symlink libexec/"bin/storm"
end
end