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