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"
}
|