summaryrefslogtreecommitdiff
path: root/gall.morph
blob: 779f675ecdee6711dda26aeed24f76cfbc3092d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "name": "gall",
    "description": "Git Abstraction Layer for Lua",
    "kind": "chunk",
    "build-system": "manual",
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make INST_BASE=\"$PREFIX\" DESTDIR=\"$DESTDIR\" install"
    ]
}