forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gettext.yaml
119 lines (108 loc) · 2.48 KB
/
gettext.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
package:
name: gettext
version: 0.22.5
epoch: 1
description: GNU locale utilities
copyright:
- license: GPL-3.0-or-later AND LGPL-2.1-or-later AND MIT
dependencies:
runtime:
- glibc-iconv
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- libunistring-dev
- libxml2-dev
- ncurses-dev
- openssf-compiler-options
- perl
pipeline:
- uses: fetch
with:
expected-sha256: fe10c37353213d78a5b83d48af231e005c4da84db5ce88037d88355938259640
uri: https://ftp.gnu.org/gnu/gettext/gettext-${{package.version}}.tar.xz
- uses: autoconf/configure
with:
opts: |
--enable-threads=posix \
--disable-java \
--enable-static
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: gettext-doc
pipeline:
- uses: split/manpages
description: gettext manpages
- name: gettext-static
pipeline:
- uses: split/static
description: gettext static
- name: gettext-dev
pipeline:
- uses: split/dev
dependencies:
runtime:
- gettext
description: gettext dev
update:
enabled: true
github:
identifier: autotools-mirror/gettext
strip-prefix: v
use-tag: true
tag-filter: v
test:
pipeline:
# AUTOGENERATED
- runs: |
autopoint --version
envsubst --version
gettext --version
gettext.sh --version
gettextize --version
msgattrib --version
msgcat --version
msgcmp --version
msgcomm --version
msgconv --version
msgen --version
msgexec --version
msgfilter --version
msgfmt --version
msggrep --version
msginit --version
msgmerge --version
msgunfmt --version
msguniq --version
ngettext --version
recode-sr-latin --version
xgettext --version
autopoint --help
envsubst --help
gettext --help
gettext.sh --help
gettextize --help
msgattrib --help
msgcat --help
msgcmp --help
msgcomm --help
msgconv --help
msgen --help
msgexec --help
msgfilter --help
msgfmt --help
msggrep --help
msginit --help
msgmerge --help
msgunfmt --help
msguniq --help
ngettext --help
recode-sr-latin --help
xgettext --help