forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
libidn.yaml
60 lines (50 loc) · 1.09 KB
/
libidn.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
package:
name: libidn
version: "1.42"
epoch: 1
description: Encode/Decode library for internationalized domain names
copyright:
- license: LGPL-2.1-or-later
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- openssf-compiler-options
pipeline:
- uses: fetch
with:
expected-sha256: d6c199dcd806e4fe279360cb4b08349a0d39560ed548ffd1ccadda8cdecb4723
uri: https://ftp.gnu.org/gnu/libidn/libidn-${{package.version}}.tar.gz
- uses: autoconf/configure
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: libidn-dev
pipeline:
- uses: split/dev
dependencies:
runtime:
- libidn
description: libidn dev
test:
pipeline:
- uses: test/pkgconf
- name: libidn-doc
pipeline:
- uses: split/manpages
description: libidn manpages
update:
enabled: true
release-monitor:
identifier: 1639
test:
pipeline:
# AUTOGENERATED
- runs: |
idn --version
idn --help