Update README

This commit is contained in:
Antoine Martin 2024-08-10 11:22:49 -04:00
parent b0ec562a94
commit fafbd72e8e
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -1,5 +1,5 @@
# repo-apk
Upstream: https://lab.ilot.io/ayakael/repo-apk
Upstream: https://ayakael.net/forge/repo-apk.git
## Description
@ -10,31 +10,28 @@ Branches are matched to Alpine releases.
## Repositories
You can browse all the repositories at https://lab.ilot.io/ayakael/repo-apk.
You can browse all the repositories at https://ayakael.net/forge/repo-apk.git
Affixed to each repository description is the appropriate link for use in
`/etc/apk/repositories`.
#### Backports
```
https://lab.ilot.io/ayakael/repo-apk/-/raw/v3.19/backports
https://ayakael.net/forge/repo-apk/media/branch/edge/backports
```
Aports from the official Alpine repositories backported from edge to v3.19.
Aports from the official Alpine repositories backported from.
<<<<<<< HEAD
#### Cross
```
https://lab.ilot.io/ayakael/repo-apk/-/raw/v3.19/cross
https://ayakael.net/forge/repo-apk/media/branch/edge/cross
```
Aports required for cross-compiling from `x86_64` to other arches.
=======
>>>>>>> e3df0f9 (Initial aarch64 rebuild)
#### User
```
https://lab.ilot.io/ayakael/repo-apk/-/raw/v3.19/user
https://ayakael.net/forge/repo-apk/media/branch/edge/user
```
Aports that have yet to be (or may never be) upstreamed to the official
@ -42,7 +39,7 @@ aports.
#### Qubes
```
https://lab.ilot.io/ayakael/repo-apk/-/raw/v3.19/qubes/$QUBES_VER
https://ayakael.net/forge/repo-apk/media/branch/edge/qubes/$QUBES_VER
```
Aports for QubesOS template utility packages. These are build artifacts
@ -55,7 +52,7 @@ Add security key of this repository to your /etc/apk/keys:
```shell
cd /etc/apk/keys
wget https://lab.ilot.io/ayakael/repo-apk/-/raw/v3.19/antoine.martin@protonmail.com-5b3109ad.rsa.pub
wget https://ayakael.net/forge/repo-apk/raw/branch/edge/antoine.martin@protonmail.com-5b3109ad.rsa.pub
```
Add repositories that you want to use (see above) to `/etc/apk/repositories`.
@ -78,3 +75,4 @@ https://gitlab.alpinelinux.org/alpine/aports
## License
This readme, abuilds and support scripts are licensed under MIT License