README.md: new repo location

This commit is contained in:
Antoine Martin 2024-08-10 16:32:53 -04:00
parent 362ce5821c
commit 0af0112e5b
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -1,5 +1,5 @@
# repo-apk
Upstream: https://ayakael.net/forge/repo-apk.git
# apk
Upstream: https://ayakael.net/pkgs/apk.git
## Description
@ -10,20 +10,20 @@ Branches are matched to Alpine releases.
## Repositories
You can browse all the repositories at https://ayakael.net/forge/repo-apk.git
You can browse all the repositories at https://ayakael.net/pkgs/apk.git
Affixed to each repository description is the appropriate link for use in
`/etc/apk/repositories`.
#### Backports
```
https://ayakael.net/forge/repo-apk/media/branch/edge/backports
https://ayakael.net/pkgs/apk/media/branch/edge/backports
```
Aports from the official Alpine repositories backported from.
#### Cross
```
https://ayakael.net/forge/repo-apk/media/branch/edge/cross
https://ayakael.net/pkgs/apk/media/branch/edge/cross
```
Aports required for cross-compiling from `x86_64` to other arches.
@ -31,7 +31,7 @@ Aports required for cross-compiling from `x86_64` to other arches.
#### User
```
https://ayakael.net/forge/repo-apk/media/branch/edge/user
https://ayakael.net/pkgs/apk/media/branch/edge/user
```
Aports that have yet to be (or may never be) upstreamed to the official
@ -39,7 +39,7 @@ aports.
#### Qubes
```
https://ayakael.net/forge/repo-apk/media/branch/edge/qubes/$QUBES_VER
https://ayakael.net/pkgs/apk/media/branch/edge/qubes/$QUBES_VER
```
Aports for QubesOS template utility packages. These are build artifacts
@ -52,7 +52,7 @@ Add security key of this repository to your /etc/apk/keys:
```shell
cd /etc/apk/keys
wget https://ayakael.net/forge/repo-apk/raw/branch/edge/antoine.martin@protonmail.com-5b3109ad.rsa.pub
wget https://ayakael.net/pkgs/apk/raw/branch/edge/antoine.martin@protonmail.com-5b3109ad.rsa.pub
```
Add repositories that you want to use (see above) to `/etc/apk/repositories`.