summaryrefslogtreecommitdiff
path: root/polychrome-orange.morph
diff options
context:
space:
mode:
Diffstat (limited to 'polychrome-orange.morph')
-rw-r--r--polychrome-orange.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/polychrome-orange.morph b/polychrome-orange.morph
new file mode 100644
index 0000000..3a1148f
--- /dev/null
+++ b/polychrome-orange.morph
@@ -0,0 +1,9 @@
+{
+ "name": "polychrome-orange",
+ "kind": "chunk",
+ "build-system": "manual",
+ "install-commands": [
+ "install -d \"$DESTDIR/usr/bin\"",
+ "printf '#!/bin/sh\necho orange\n' > \"$DESTDIR/usr/bin/polychrome-orange\""
+ ]
+}