-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathlibidn2.yaml
82 lines (70 loc) · 1.65 KB
/
libidn2.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
package:
name: libidn2
version: 2.3.7
epoch: 3
description: Encode/Decode library for internationalized domain names
copyright:
- license: GPL-2.0-or-later AND LGPL-3.0-or-later
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- libunistring-dev
pipeline:
- uses: fetch
with:
expected-sha256: 4c21a791b610b9519b9d0e12b8097bf2f359b12f8dd92647611a929e6bfd7d64
uri: https://ftp.gnu.org/gnu/libidn/libidn2-${{package.version}}.tar.gz
- uses: autoconf/configure
with:
opts: |
--host=${{host.triplet.gnu}} \
--build=${{host.triplet.gnu}} \
--disable-nls
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: idn2-utils
pipeline:
- runs: |
mkdir -p "${{targets.subpkgdir}}"/usr
mv ${{targets.destdir}}/usr/bin ${{targets.subpkgdir}}/usr/
description: libidn2 (CLI utilities)
test:
pipeline:
- runs: |
idn2 --version
idn2 --help
- name: libidn2-static
pipeline:
- uses: split/static
description: libidn2 static
- name: libidn2-dev
pipeline:
- uses: split/dev
dependencies:
runtime:
- libidn2
description: libidn2 dev
test:
pipeline:
- uses: test/pkgconf
- name: libidn2-doc
pipeline:
- uses: split/manpages
- uses: split/infodir
description: libidn2 manpages
update:
enabled: true
release-monitor:
identifier: 5597
test:
pipeline:
- uses: test/ldd-check
with:
packages: ${{package.name}}