summaryrefslogtreecommitdiff
path: root/ncurses.morph
blob: 2a917d958f570665b4818ca09b5d94a89e32c564 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "ncurses",
    "kind": "chunk",
    "configure-commands": [
        "./configure --with-shared --without-debug --enable-widec"
    ],
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make install",
        "sh ncurses-morph-postinstall.sh"
    ]
}