summaryrefslogtreecommitdiff
path: root/homebrew/serd/.beer
blob: 32a70c35a0448adf0fb2fbf815079b9914c3cf73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "Serd",
    "description": "C library for RDF syntax",
    "url": "https://download.drobilla.net/serd-0.28.0.tar.bz2",
    "mirror": null,
    "homepage": "https://drobilla.net/software/serd/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./waf\", \"configure\", \"--prefix=#{prefix}\"",
        "system \"./waf\"",
        "system \"./waf\", \"install\""
    ],
    "version": "0.28.0",
    "file": "serd.rb"
}