summaryrefslogtreecommitdiff
path: root/homebrew/byobu/.beer
blob: 6da937d8bbe6bac13481b9818ae795663cf86d2b (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
{
    "name": "Byobu",
    "description": "Text-based window manager and terminal multiplexer",
    "url": "https://launchpad.net/byobu/trunk/5.127/+download/byobu_5.127.orig.tar.gz",
    "mirror": null,
    "homepage": "http://byobu.co/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "coreutils",
            "build-depend": false
        },
        {
            "depend": "gnu-sed",
            "build-depend": false
        },
        {
            "depend": "newt",
            "build-depend": false
        },
        {
            "depend": "tmux",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [
        {
            "conflict": "ctail",
            "reason": "both install `ctail` binaries"
        }
    ],
    "patches": [],
    "install": [
        "if build.head?",
        "cp \"./debian/changelog\", \"./ChangeLog\"",
        "system \"autoreconf\", \"-fvi\"",
        "end",
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "5.127",
    "file": "byobu.rb"
}