summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-09-25 12:43:38 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-09-25 12:43:38 +0100
commitbd036c6c5c7c7e1201f845a103122f98c6d0db8f (patch)
tree2ed6276fb7e2896982c4a905d7f2a07fbf478849
downloadpolychrome-yellow-bd036c6c5c7c7e1201f845a103122f98c6d0db8f.tar.gz
Initial
-rw-r--r--polychrome-yellow.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/polychrome-yellow.morph b/polychrome-yellow.morph
new file mode 100644
index 0000000..912b07c
--- /dev/null
+++ b/polychrome-yellow.morph
@@ -0,0 +1,9 @@
+{
+ "name": "polychrome-yellow",
+ "kind": "chunk",
+ "build-system": "manual",
+ "install-commands": [
+ "install -d \"$DESTDIR/usr/bin\"",
+ "printf '#!/bin/sh\necho yellow\n' > \"$DESTDIR/usr/bin/polychrome-yellow\""
+ ]
+}