From 36a3b896a0dfcb118cafcfefc903951100947e58 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 25 Sep 2012 12:43:38 +0100 Subject: Initial --- polychrome-gray.morph | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 polychrome-gray.morph diff --git a/polychrome-gray.morph b/polychrome-gray.morph new file mode 100644 index 0000000..6fe20c7 --- /dev/null +++ b/polychrome-gray.morph @@ -0,0 +1,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\"" + ] +} -- cgit v1.2.1