-
Notifications
You must be signed in to change notification settings - Fork 315
/
Copy pathgnutar.yaml
51 lines (42 loc) · 973 Bytes
/
gnutar.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
package:
name: gnutar
version: "1.35"
epoch: 2
description: "The GNU Tar program"
copyright:
- license: GPL-3.0-or-later
environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- wolfi-base
environment:
FORCE_UNSAFE_CONFIGURE: 1 # Needed to run configure as root
pipeline:
- uses: fetch
with:
uri: https://ftp.gnu.org/gnu/tar/tar-${{package.version}}.tar.gz
expected-sha256: 14d55e32063ea9526e057fbf35fcabd53378e769787eff7919c3755b02d2b57e
- uses: autoconf/configure
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: gnutar-doc
pipeline:
- uses: split/manpages
test:
pipeline:
- uses: test/docs
update:
enabled: true
release-monitor:
identifier: 4939
test:
pipeline:
- runs: |
tar czf - $(dirname $(which tar)) | tar -tzv | grep tar
tar --version
tar --help