forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
groff.yaml
144 lines (132 loc) · 3.09 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
package:
name: groff
version: 1.23.0
epoch: 3
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
- openssf-compiler-options
- 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
test:
pipeline:
# AUTOGENERATED
- runs: |
addftinfo --version
afmtodit --version
chem --version
eqn --version
eqn2graph --version
gdiffmk --version
gperl --version
gpinyin --version
grap2graph --version
grn --version
grodvi --version
groff --version
grog --version
grolbp --version
grolj4 --version
gropdf --version
grops --version
grotty --version
hpftodit --version
indxbib --version
lkbib --version
lookbib --version
mmroff --version
neqn --version
nroff --version
pdfmom --version
pdfroff --version
pfbtops --version
pic --version
pic2graph --version
post-grohtml --version
pre-grohtml --version
preconv --version
refer --version
soelim --version
tbl --version
tfmtodit --version
troff --version
addftinfo --help
afmtodit --help
chem --help
eqn --help
eqn2graph --help
gperl --help
gpinyin --help
grap2graph --help
grn --help
grodvi --help
groff --help
grog --help
grolbp --help
grolj4 --help
gropdf --help
grops --help
grotty --help
hpftodit --help
indxbib --help
lkbib --help
lookbib --help
mmroff --help
neqn --help
nroff --help
pdfmom --help
pdfroff --help
pfbtops --help
pic --help
pic2graph --help
post-grohtml --help
pre-grohtml --help
preconv --help
refer --help
soelim --help
tbl --help
tfmtodit --help
troff --help