summaryrefslogtreecommitdiff
path: root/homebrew/sdb/.beer
blob: eac80759b8bc402a3539584ca8fb7cbfd1dd4f0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
    "name": "Sdb",
    "description": "Ondisk/memory hashtable based on CDB",
    "url": "https://github.com/radare/sdb/archive/1.3.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/radare/sdb",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "vala",
            "build-depend": true
        },
        {
            "depend": "glib",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\"",
        "system \"make\", \"install\", \"PREFIX=#{prefix}\""
    ],
    "version": "1.3.0",
    "file": "sdb.rb"
}