summaryrefslogtreecommitdiff
path: root/homebrew/vimpc/.beer
blob: 971be39ceb97ae29c7e2df79473e8ea61e3f3f56 (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
{
    "name": "Vimpc",
    "description": "Ncurses based mpd client with vi like key bindings",
    "url": "https://downloads.sourceforge.net/project/vimpc/Release%200.09.1/vimpc-0.09.1.tar.gz",
    "mirror": null,
    "homepage": "https://sourceforge.net/projects/vimpc/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "libmpdclient",
            "build-depend": false
        },
        {
            "depend": "pcre",
            "build-depend": false
        },
        {
            "depend": "taglib",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./autogen.sh\" if build.head?",
        "system \"./configure\", \"--disable-debug\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.09.1",
    "file": "vimpc.rb"
}