summaryrefslogtreecommitdiff
path: root/screen.morph
blob: 3e0d9a34c7b6cf351f6200fe26ead64a67073d30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "screen",
    "kind": "chunk",
    "description": "A terminal multiplexer and sanity tool for many",
    "max-jobs": "1",
       
    "configure-commands": [
        "cd ./src && sh autogen.sh",
        "cd ./src && ./configure --prefix=\"$PREFIX\""
    ],
       
    "build-commands": [
        "cd ./src && make"
    ],

    "install-commands": [
        "cd ./src && make DESTDIR=\"$DESTDIR\" install"
    ]
}