forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp2man.yaml
42 lines (42 loc) · 1.01 KB
/
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
package:
name: help2man
version: 1.49.3
epoch: 0
description: "Create simple man pages from --help output"
target-architecture:
- all
copyright:
- paths:
- "*"
attestation: TODO
license: GPL-3.0-or-later
dependencies:
runtime:
- perl
environment:
contents:
repositories:
- https://packages.wolfi.dev/bootstrap/stage3
keyring:
- https://packages.wolfi.dev/bootstrap/stage3/wolfi-signing.rsa.pub
packages:
- busybox
- ca-certificates-bundle
- build-base
- 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