summaryrefslogtreecommitdiff
path: root/homebrew/mpc/.beer
blob: 0f085d861f01c8097e556d0f0711be7de32afdfb (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
{
    "name": "Mpc",
    "description": "Command-line music player client for mpd",
    "url": "https://www.musicpd.org/download/mpc/0/mpc-0.31.tar.xz",
    "mirror": null,
    "homepage": "https://www.musicpd.org/clients/mpc/",
    "depends": [
        {
            "depend": "meson",
            "build-depend": true
        },
        {
            "depend": "ninja",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "libmpdclient",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"meson\", \"--prefix=#{prefix}\", \".\", \"output\"",
        "system \"ninja\", \"-C\", \"output\"",
        "system \"ninja\", \"-C\", \"output\", \"install\"",
        "bash_completion.install \"contrib/mpc-completion.bash\" => \"mpc\"",
        "rm share/\"doc/mpc/contrib/mpc-completion.bash\""
    ],
    "version": "0.31",
    "file": "mpc.rb"
}