This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathwget.yaml
57 lines (55 loc) · 1.8 KB
/
wget.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
package:
name: wget
version: 1.21.3
epoch: 0
description: "GNU wget"
target-architecture:
- all
copyright:
- paths:
- "*"
attestation: TODO
license: MPL-2.0 AND MIT
dependencies:
runtime:
environment:
contents:
repositories:
- https://mirrors.edge.kernel.org/alpine/edge/main
- https://packages.wolfi.dev/bootstrap/stage1
keyring:
- /usr/share/apk/keys/x86_64/[email protected]
- /usr/share/apk/keys/x86_64/[email protected]
- /usr/share/apk/keys/x86_64/[email protected]
- /usr/share/apk/keys/aarch64/[email protected]
- /usr/share/apk/keys/aarch64/[email protected]
- /usr/share/apk/keys/armv7/[email protected]
- /usr/share/apk/keys/armv7/[email protected]
- https://packages.wolfi.dev/bootstrap/stage1/wolfi-signing.rsa.pub
packages:
- alpine-baselayout
- busybox
- perl
- ca-certificates-bundle
- cross-gcc-stage1
- cross-binutils-stage1
- cross-glibc-stage1
- cross-linux-headers
- cross-openssl
- cross-pkgconf
pipeline:
- uses: fetch
with:
uri: https://ftp.gnu.org/gnu/wget/wget-${{package.version}}.tar.gz
expected-sha256: 5726bb8bc5ca0f6dc7110f6416e4bb7019e2d2ff5bf93d1ca2ffcc6656f220e5
- runs: |
./configure \
--host=${{cross.triplet.gnu.glibc}} \
--target=${{cross.triplet.gnu.glibc}} \
--prefix=/usr \
--sysconfdir=/etc \
--without-libidn \
--with-ssl=openssl \
--disable-nls
- uses: autoconf/make
- uses: autoconf/make-install