summaryrefslogtreecommitdiff
path: root/elements/devtools/screen.bst
blob: 19fd236374cf7ab3b2fe091d0b685450178765dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
kind: manual
description: A terminal multiplexer and sanity tool for many
depends:
- core.bst
- python2-core.bst
- docutils.bst
sources:
- kind: git
  url: upstream:screen
  track: baserock/morph
  ref: 7dd4a9e5f385c96a77e8ee5c977a1dde4c0ff467
variables:
  notparallel: true
config:
  configure-commands:
  - cd ./src && sh autogen.sh
  - cd ./src && ./configure --prefix="%{prefix}"
  build-commands:
  - cd ./src && make
  install-commands:
  - cd ./src && make DESTDIR="%{install-root}" install