summaryrefslogtreecommitdiff
path: root/pyyaml.morph
blob: f47dd6540b3ac789318edfa3c73bc8b9b74b3c89 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "name": "pyyaml",
    "kind": "chunk",
    "build-commands": [
        "python setup.py build"
    ],  
    "install-commands": [
        "python setup.py install --prefix=/usr --root \"$DESTDIR\""
    ]   
}