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