summaryrefslogtreecommitdiff
path: root/homebrew/storm/.beer
blob: 43e032e07529ba31365a53fbf54eff8b524bcee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"
}