forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
help2man.yaml
52 lines (43 loc) · 965 Bytes
/
help2man.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
package:
name: help2man
version: 1.49.3
epoch: 3
description: "Create simple man pages from --help output"
copyright:
- license: GPL-3.0-or-later
dependencies:
runtime:
- perl
environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- perl
pipeline:
- uses: fetch
with:
uri: https://ftp.gnu.org/gnu/help2man/help2man-${{package.version}}.tar.xz
expected-sha256: 4d7e4fdef2eca6afe07a2682151cea78781e0a4e8f9622142d9f70c083a2fd4f
- runs: |
M4=/usr/bin/m4 ./configure \
--prefix=/usr
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: "help2man-doc"
description: "help2man documentation"
pipeline:
- uses: split/manpages
update:
enabled: true
release-monitor:
identifier: 1309
test:
pipeline:
# AUTOGENERATED
- runs: |
help2man --version
help2man --help