summaryrefslogtreecommitdiff
path: root/strata/tools/screen.morph
blob: 21b5a29bf6e3efe19a4b889082bf3065a0fffd60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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: []