summaryrefslogtreecommitdiff
path: root/homebrew/mpdas/.beer
blob: 1250acf88dfe22820a832110b8ac38c8c7d9f41b (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
{
    "name": "Mpdas",
    "description": "C++ client to submit tracks to audioscrobbler",
    "url": "https://www.50hz.ws/mpdas/mpdas-0.4.5.tar.gz",
    "mirror": null,
    "homepage": "https://www.50hz.ws/mpdas/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "libmpdclient",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"PREFIX=#{prefix}\", \"MANPREFIX=#{man1}\", \"CONFIG=#{etc}\", \"install\"",
        "etc.install \"mpdasrc.example\""
    ],
    "version": "0.4.5",
    "file": "mpdas.rb"
}