summaryrefslogtreecommitdiff
path: root/clod.morph
blob: d555a5918a6746bdb87a620d885d6a5b3ac0902e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "name": "clod",
    "description": "Configuration Language Organised (by) Dots.",
    "kind": "chunk",
    "build-system": "manual",
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make INST_BASE=\"$PREFIX\" DESTDIR=\"$DESTDIR\" install"
    ]
}