summaryrefslogtreecommitdiff
path: root/polychrome-blue.morph
blob: 03532c28533a23f2e5005079245647a3ef012ad6 (plain)
1
2
3
4
5
6
7
8
9
{
    "name": "polychrome-blue",
    "kind": "chunk",
    "build-system": "manual",
    "install-commands": [
        "install -d \"$DESTDIR/usr/bin\"",
        "printf '#!/bin/sh\necho blue\n' > \"$DESTDIR/usr/bin/polychrome-blue\""
    ]
}