Add scripts to build alpine packages with podman

This commit is contained in:
Joakim Hulthe
2026-03-30 10:19:22 +02:00
parent efbc00a679
commit d4e1042d3c
8 changed files with 114 additions and 0 deletions

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
# Alpine packages for mullvad-vpn
## Setup
1. Install `abuild`
2. Create keys: `abuild-keygen`
The keys will end up in ~/.abuild/, and will be mounted into the build container.
3. Remember to keep keys around.
## Building
```
./podman-build.sh ./mullvad-vpn-slint
```
## Updating
1. Update submodule
2. Either update `pkgver`. If so, set `pkgrel` to 0,
or bump `pkgrel` by 1.
3. `git commit -m "update packages"`