summaryrefslogtreecommitdiff
path: root/supple.morph
blob: d84f7f6642f2c3ed0403cb5f716f63267e23fa50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "name": "supple",
    "description": "Sandbox (for) Untrusted Procedure Partitioning (in) Lua Engine.",
    "kind": "chunk",
    "build-system": "manual",
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make INST_BASE=\"$PREFIX\" DESTDIR=\"$DESTDIR\" install"
    ]
}