summaryrefslogtreecommitdiff
path: root/homebrew/cmus/.beer
blob: d8e854a1eb5ef379f10eccf6292e009778463667 (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": "Cmus",
    "description": "Music player with an ncurses based interface",
    "url": "https://github.com/cmus/cmus/archive/v2.8.0.tar.gz",
    "mirror": null,
    "homepage": "https://cmus.github.io/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "faad2",
            "build-depend": false
        },
        {
            "depend": "flac",
            "build-depend": false
        },
        {
            "depend": "libao",
            "build-depend": false
        },
        {
            "depend": "libcue",
            "build-depend": false
        },
        {
            "depend": "libogg",
            "build-depend": false
        },
        {
            "depend": "libvorbis",
            "build-depend": false
        },
        {
            "depend": "mad",
            "build-depend": false
        },
        {
            "depend": "mp4v2",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"prefix=#{prefix}\", \"mandir=#{man}\"",
        "system \"make\", \"install\""
    ],
    "version": "2.8.0",
    "file": "cmus.rb"
}