diff options
Diffstat (limited to 'homebrew/storm/.beer')
-rw-r--r-- | homebrew/storm/.beer | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/homebrew/storm/.beer b/homebrew/storm/.beer new file mode 100644 index 000000000..43e032e07 --- /dev/null +++ b/homebrew/storm/.beer @@ -0,0 +1,22 @@ +{ + "name": "Storm", + "description": "Distributed realtime computation system to process data streams", + "url": "https://www.apache.org/dyn/closer.cgi?path=storm/apache-storm-1.2.2/apache-storm-1.2.2.tar.gz", + "mirror": null, + "homepage": "https://storm.apache.org", + "depends": [], + "resource": [], + "conflicts": [ + { + "conflict": "stormssh", + "reason": "both install " + } + ], + "patches": [], + "install": [ + "libexec.install Dir[\"*\"]", + "bin.install_symlink libexec/\"bin/storm\"" + ], + "version": "1.2.2", + "file": "storm.rb" +}
\ No newline at end of file |