summaryrefslogtreecommitdiff
path: root/fuse.morph
blob: 3c0f73ee8123befd4af45c7f3d14ccf8f35e32fe (plain)
1
2
3
4
5
6
7
8
9
{
    "name": "fuse",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "./makeconf.sh",
        "./configure --prefix=\"$PREFIX\""
    ]
}