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