-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathgroff.yaml
63 lines (52 loc) · 1.26 KB
/
groff.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
package:
name: groff
version: 1.23.0
epoch: 1
description: GNU troff text-formatting system
copyright:
- license: GPL-3.0-or-later
environment:
contents:
packages:
- autoconf
- automake
- bison
- build-base
- busybox
- ca-certificates-bundle
- libuuid
- perl
- texinfo
- zlib-dev
pipeline:
- uses: fetch
with:
expected-sha256: 6b9757f592b7518b4902eb6af7e54570bdccba37a871fddb2d30ae3863511c13
uri: https://ftp.gnu.org/gnu/groff/groff-${{package.version}}.tar.gz
- uses: autoconf/configure
with:
opts: |
--without-x \
--disable-rpath
- uses: autoconf/make
- uses: autoconf/make-install
- runs: |
rm -rf ${{targets.destdir}}/usr/lib/charset.alias
rmdir -p ${{targets.destdir}}/usr/lib 2>/dev/null || true
# Prevent conflict with mandoc-doc
rm -f ${{targets.destdir}}/usr/share/man/man1/soelim.1 \
${{targets.destdir}}/usr/share/man/man7/roff.7
- uses: strip
subpackages:
- name: groff-doc
pipeline:
- uses: split/manpages
description: groff manpages
- name: groff-info
pipeline:
- uses: split/infodir
description: groff info
update:
enabled: true
release-monitor:
identifier: 1253