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