summaryrefslogtreecommitdiff
path: root/polychrome-red.morph
blob: 8831557586b533e7374841e45704c1af83eb8283 (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 broken red\n' > \"$DESTDIR/usr/bin/polychrome-red\""
    ]
}