summaryrefslogtreecommitdiff
path: root/elements/foundation/groff.bst
blob: 6b811d7c1b71f019460978b823a1547f8a529fee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
kind: manual
depends:
- coreutils-common.bst
sources:
- kind: git
  url: upstream:groff-git
  track: 1.22.3
  ref: 16305a24e67966ace06d55e2a0b98cc0e3127a93
variables:
  notparallel: true
config:
  configure-commands:
  - PAGE=A4 ./configure --prefix="%{prefix}"
  build-commands:
  - touch doc/gnu.eps
  - make
  install-commands:
  - make DESTDIR="%{install-root}" install
  - ln -s eqn "%{install-root}%{prefix}/bin/geqn"
  - ln -s tbl "%{install-root}%{prefix}/bin/gtbl"