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