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