summaryrefslogtreecommitdiff
path: root/homebrew/herrie/.beer
blob: f9851d8f579b518ede07261fc47b5b3b86f27c89 (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
{
    "name": "Herrie",
    "description": "Minimalistic audio player built upon Ncurses",
    "url": "https://github.com/EdSchouten/herrie/releases/download/herrie-2.2/herrie-2.2.tar.bz2",
    "mirror": null,
    "homepage": "https://herrie.info/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "gettext",
            "build-depend": false
        },
        {
            "depend": "glib",
            "build-depend": false
        },
        {
            "depend": "libid3tag",
            "build-depend": false
        },
        {
            "depend": "libsndfile",
            "build-depend": false
        },
        {
            "depend": "libvorbis",
            "build-depend": false
        },
        {
            "depend": "mad",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV[\"PREFIX\"] = prefix",
        "system \"./configure\", \"no_modplug\", \"no_xspf\", \"coreaudio\", \"ncurses\"",
        "system \"make\", \"install\""
    ],
    "version": "2.2",
    "file": "herrie.rb"
}