summaryrefslogtreecommitdiff
path: root/homebrew/webdis/.beer
blob: 80bc7e04be5f50b81333e15bf2b4f6838aa89bf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "Webdis",
    "description": "Redis HTTP interface with JSON output",
    "url": "https://github.com/nicolasff/webdis/archive/0.1.4.tar.gz",
    "mirror": null,
    "homepage": "https://webd.is/",
    "depends": [
        {
            "depend": "libevent",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "(var/\"log\").mkpath"
    ],
    "version": "0.1.4",
    "file": "webdis.rb"
}