summaryrefslogtreecommitdiff
path: root/polychrome-cyan.morph
diff options
context:
space:
mode:
Diffstat (limited to 'polychrome-cyan.morph')
-rw-r--r--polychrome-cyan.morph9
1 files changed, 9 insertions, 0 deletions
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\""
+ ]
+}