From bd036c6c5c7c7e1201f845a103122f98c6d0db8f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 25 Sep 2012 12:43:38 +0100 Subject: Initial --- polychrome-yellow.morph | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 polychrome-yellow.morph diff --git a/polychrome-yellow.morph b/polychrome-yellow.morph new file mode 100644 index 0000000..912b07c --- /dev/null +++ b/polychrome-yellow.morph @@ -0,0 +1,9 @@ +{ + "name": "polychrome-yellow", + "kind": "chunk", + "build-system": "manual", + "install-commands": [ + "install -d \"$DESTDIR/usr/bin\"", + "printf '#!/bin/sh\necho yellow\n' > \"$DESTDIR/usr/bin/polychrome-yellow\"" + ] +} -- cgit v1.2.1