summaryrefslogtreecommitdiff
path: root/homebrew/lilv/.beer
blob: 784edd07e5221ac7c182231de777231379bdb6a1 (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
31
32
33
34
35
36
37
38
39
{
    "name": "Lilv",
    "description": "C library to use LV2 plugins",
    "url": "https://download.drobilla.net/lilv-0.24.2.tar.bz2",
    "mirror": null,
    "homepage": "https://drobilla.net/software/lilv/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "lv2",
            "build-depend": false
        },
        {
            "depend": "serd",
            "build-depend": false
        },
        {
            "depend": "sord",
            "build-depend": false
        },
        {
            "depend": "sratom",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./waf\", \"configure\", \"--prefix=#{prefix}\"",
        "system \"./waf\"",
        "system \"./waf\", \"install\""
    ],
    "version": "0.24.2",
    "file": "lilv.rb"
}