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