summaryrefslogtreecommitdiff
path: root/screen.morph
diff options
context:
space:
mode:
Diffstat (limited to 'screen.morph')
-rw-r--r--screen.morph38
1 files changed, 19 insertions, 19 deletions
diff --git a/screen.morph b/screen.morph
index f98f27c..986357d 100644
--- a/screen.morph
+++ b/screen.morph
@@ -1,19 +1,19 @@
-+{
-+ "name": "screen",
-+ "kind": "chunk",
-+ "description": "A terminal multiplexer an sanity tool for many",
-+ "max-jobs": "1",
-+
-+ "configure-commands": [
-+ "cd ./src && sh autogen.sh",
-+ "cd ./src && ./configure --prefix=\"\""
-+ ],
-+
-+ "build-commands": [
-+ "make -C src DESTDIR=\"\""
-+ ],
-+
-+ "install-commands": [
-+ "make -C src DESTDIR=\"\" install"
-+ ]
-+}
+{
+ "name": "screen",
+ "kind": "chunk",
+ "description": "A terminal multiplexer an sanity tool for many",
+ "max-jobs": "1",
+
+ "configure-commands": [
+ "cd ./src && sh autogen.sh",
+ "cd ./src && ./configure --prefix=\"\""
+ ],
+
+ "build-commands": [
+ "make -C src DESTDIR=\"\""
+ ],
+
+ "install-commands": [
+ "make -C src DESTDIR=\"\" install"
+ ]
+}