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
commit5afa6ca53e99f04904deb7d52f77b28e3eab7d06 (patch)
tree4eee1fe3350f63d6851e46e3f96c835366d137ec
downloadpolychrome-blue-5afa6ca53e99f04904deb7d52f77b28e3eab7d06.tar.gz
Initial
-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\""
+ ]
+}