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
commite40fce9655586fa82bdca7638506d57ef53e05e0 (patch)
tree45b91f7fff1a2766c711419ca6c2139967d37aae
downloadpolychrome-orange-e40fce9655586fa82bdca7638506d57ef53e05e0.tar.gz
Initial
-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\""
+ ]
+}