summaryrefslogtreecommitdiff
path: root/lace.morph
blob: 34b70ffb56db527bfd2e2a8d377fbbfac8fefefd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "name": "lace",
    "description": "Lua Access Control Engine.",
    "kind": "chunk",
    "build-system": "manual",
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make INST_BASE=\"$PREFIX\" DESTDIR=\"$DESTDIR\" install"
    ]
}