summaryrefslogtreecommitdiff
path: root/strata/tools/screen.def
diff options
context:
space:
mode:
Diffstat (limited to 'strata/tools/screen.def')
-rw-r--r--strata/tools/screen.def10
1 files changed, 10 insertions, 0 deletions
diff --git a/strata/tools/screen.def b/strata/tools/screen.def
new file mode 100644
index 00000000..39e3dc46
--- /dev/null
+++ b/strata/tools/screen.def
@@ -0,0 +1,10 @@
+name: screen
+description: A terminal multiplexer and sanity tool for many
+max-jobs: 1
+configure-commands:
+- cd ./src && sh autogen.sh
+- cd ./src && ./configure --prefix="$PREFIX"
+build-commands:
+- cd ./src && make
+install-commands:
+- cd ./src && make DESTDIR="$DESTDIR" install