Streamline Alpine package sources

This commit is contained in:
Joachim Schlöffel
2026-06-07 21:37:27 +02:00
parent ca2db8e206
commit 6ef5cae2b2
28 changed files with 435 additions and 64 deletions

View File

@@ -23,6 +23,10 @@ run = "scripts/apk/build.sh build aarch64"
description = "Refresh APKBUILD checksums in Docker"
run = "scripts/apk/build.sh checksum"
[tasks."apk:update-generated"]
description = "Refresh packaged upstream examples and shell completions"
run = "scripts/apk/update-generated-sources.sh"
[tasks."apk:lint"]
description = "Run Alpine APKBUILD lint in Docker"
run = "scripts/apk/build.sh lint"