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