summaryrefslogtreecommitdiff
path: root/homebrew/mpdscribble/.beer
blob: b6ba4be8d645bf2416091229719940d4b11762c1 (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": "Mpdscribble",
    "description": "Last.fm reporting client for mpd",
    "url": "https://www.musicpd.org/download/mpdscribble/0.22/mpdscribble-0.22.tar.gz",
    "mirror": null,
    "homepage": "https://mpd.wikia.com/wiki/Client:Mpdscribble",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "glib",
            "build-depend": false
        },
        {
            "depend": "libmpdclient",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\", \"--sysconfdir=#{etc}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.22",
    "file": "mpdscribble.rb"
}