summaryrefslogtreecommitdiff
path: root/leveldb.morph
blob: 01719e71c3b241a4ceaa8dcd32b066352156c54d (plain)
1
2
3
4
5
6
7
8
9
10
{
    "name": "leveldb",
    "kind": "chunk",
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "./install.sh"
    ]
}