homebrew-core/Formula/storm.rb
2015-10-23 15:29:25 +08:00

13 lines
429 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"
bottle :unneeded
def install
libexec.install Dir["*"]
bin.install_symlink libexec/"bin/storm"
end
end