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
commit36a3b896a0dfcb118cafcfefc903951100947e58 (patch)
treeb85ef2430f9ffa5b3ac8cae24f591edfb4056f0b
downloadpolychrome-gray-36a3b896a0dfcb118cafcfefc903951100947e58.tar.gz
Initial
-rw-r--r--polychrome-gray.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/polychrome-gray.morph b/polychrome-gray.morph
new file mode 100644
index 0000000..6fe20c7
--- /dev/null
+++ b/polychrome-gray.morph
@@ -0,0 +1,9 @@
+{
+ "name": "polychrome-gray",
+ "kind": "chunk",
+ "build-system": "manual",
+ "install-commands": [
+ "install -d \"$DESTDIR/usr/bin\"",
+ "printf '#!/bin/sh\necho gray\n' > \"$DESTDIR/usr/bin/polychrome-gray\""
+ ]
+}