summaryrefslogtreecommitdiff
path: root/strata/tools/screen.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/tools/screen.morph')
-rw-r--r--strata/tools/screen.morph24
1 files changed, 24 insertions, 0 deletions
diff --git a/strata/tools/screen.morph b/strata/tools/screen.morph
new file mode 100644
index 00000000..21b5a29b
--- /dev/null
+++ b/strata/tools/screen.morph
@@ -0,0 +1,24 @@
+name: screen
+kind: chunk
+description: A terminal multiplexer and sanity tool for many
+max-jobs: 1
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- cd ./src && sh autogen.sh
+- cd ./src && ./configure --prefix="$PREFIX"
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- cd ./src && make
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- cd ./src && make DESTDIR="$DESTDIR" install
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []