summaryrefslogtreecommitdiff
path: root/chunks/screen.morph
blob: d0644509af8a9f13e9cf04fb24a9c340ce82e3d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: screen
kind: chunk
description: A terminal multiplexer and sanity tool for many
repo: upstream:screen
ref: 7dd4a9e5f385c96a77e8ee5c977a1dde4c0ff467
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