forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
libedit.yaml
58 lines (49 loc) · 1.34 KB
/
libedit.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
package:
name: libedit
version: 3.1
epoch: 5
description: "the NetBSD editline library"
copyright:
- license: BSD-3-Clause
environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- ncurses-dev
- wolfi-base
pipeline:
- uses: fetch
with:
uri: https://www.thrysoee.dk/editline/libedit-20210910-${{package.version}}.tar.gz
expected-sha256: 6792a6a992050762edcca28ff3318cdb7de37dccf7bc30db59fcd7017eed13c5
- uses: autoconf/configure
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: "libedit-doc"
description: "libedit documentation"
pipeline:
- uses: split/manpages
- runs: |
mv "${{targets.subpkgdir}}"/usr/share/man/man3/editline.3 "${{targets.subpkgdir}}"/usr/share/man/man3/libedit.3
mv "${{targets.subpkgdir}}"/usr/share/man/man3/history.3 "${{targets.subpkgdir}}"/usr/share/man/man3/libedit-history.3
- name: "libedit-dev"
description: "libedit development headers"
pipeline:
- uses: split/dev
dependencies:
runtime:
- libedit
- ncurses-dev
test:
pipeline:
- uses: test/pkgconf
update:
enabled: false
manual: true
exclude-reason: version contains a date in the fetch URL
release-monitor:
identifier: 1599