summaryrefslogtreecommitdiff
path: root/homebrew/hornetq/.beer
blob: 09be0e4eaf8fbeb799747dd064943cea9d84f155 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Hornetq",
    "description": "Multi-protocol, embeddable, clustered, asynchronous messaging system",
    "url": "https://downloads.jboss.org/hornetq/hornetq-2.4.0.Final-bin.tar.gz",
    "mirror": null,
    "homepage": "https://hornetq.jboss.org/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "libexec.install Dir[\"*\"]",
        "(bin+\"hornet-start\").write wrapper_script(\"run.sh\")",
        "(bin+\"hornet-stop\").write wrapper_script(\"stop.sh\")"
    ],
    "version": "2.4.0",
    "file": "hornetq.rb"
}