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