summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--screen.morph19
1 files changed, 19 insertions, 0 deletions
diff --git a/screen.morph b/screen.morph
new file mode 100644
index 0000000..f98f27c
--- /dev/null
+++ b/screen.morph
@@ -0,0 +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"
++ ]
++}