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