summaryrefslogtreecommitdiff
path: root/posix-mini.morph
blob: 61554f29abd67bf6fc00a7a8ede98ef012ddf4d1 (plain)
1
2
3
4
5
6
7
8
9
{
    "name": "posix-mini",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [],
    "install-commands": [
        "make PREFIX=\"$PREFIX\" DESTDIR=\"$DESTDIR\" install"
    ]
}