blob: 8de3cfc7a3836b9f8125585bf2c6188d5c32af37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "Kestrel",
"description": "Distributed message queue",
"url": "https://twitter-archive.github.io/kestrel/download/kestrel-2.4.1.zip",
"mirror": null,
"homepage": "https://twitter-archive.github.io/kestrel/",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"(var/\"log/kestrel\").mkpath",
"(var/\"run/kestrel\").mkpath",
"(var/\"spool/kestrel\").mkpath"
],
"version": "2.4.1",
"file": "kestrel.rb"
}
|