summaryrefslogtreecommitdiff
path: root/strata/tools/screen.def
blob: 39e3dc4675b4687749147332c683f3ac03c981fa (plain)
1
2
3
4
5
6
7
8
9
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