summaryrefslogtreecommitdiff
path: root/homebrew/pianobar/.beer
blob: 41baa4a61db4a0093585b836c614af1ee89281bb (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
    "name": "Pianobar",
    "description": "Command-line player for https://pandora.com",
    "url": "https://6xq.net/pianobar/pianobar-2018.06.22.tar.bz2",
    "mirror": null,
    "homepage": "https://github.com/PromyLOPh/pianobar/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "faad2",
            "build-depend": false
        },
        {
            "depend": "ffmpeg",
            "build-depend": false
        },
        {
            "depend": "gnutls",
            "build-depend": false
        },
        {
            "depend": "json-c",
            "build-depend": false
        },
        {
            "depend": "libao",
            "build-depend": false
        },
        {
            "depend": "libgcrypt",
            "build-depend": false
        },
        {
            "depend": "mad",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV[\"CFLAGS\"] = \"-O2 -DNDEBUG \" +",
        "\"-std=c99 \" +",
        "\"#{ENV.cppflags} #{ENV.ldflags}\"",
        "system \"make\", \"PREFIX=#{prefix}\"",
        "system \"make\", \"install\", \"PREFIX=#{prefix}\"",
        "prefix.install \"contrib\""
    ],
    "version": "2018.06.22",
    "file": "pianobar.rb"
}