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