summaryrefslogtreecommitdiff
path: root/ncurses.morph
blob: 5f90c497630719e44697c0bf915c8121a625204b (plain)
1
2
3
4
5
6
7
8
9
{
    "name": "ncurses",
    "description": "Terminal Independent Character Library",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "./configure --prefix=\"$PREFIX\" --with-shared --without-debug --enable-widec"
    ]
}