apk: add package
authorPaul Spooren <mail@aparcar.org>
Wed, 30 Sep 2020 04:49:49 +0000 (18:49 -1000)
committerPaul Spooren <mail@aparcar.org>
Wed, 27 Jan 2021 05:46:02 +0000 (19:46 -1000)
commit477081779fc5931f81944b68961facc437a46c00
treee339305436793cca148f6c4df37fe77a36e56089
parent341e72d203a5cd764a69572a6adc7a9166e94030
apk: add package

The Alpine Package Keeper is the default package manager for Alpine
Linux. They manage their own repositoriy with thousends of packages and
as musl is used for compilation, their binaries can directly run on
OpenWrt.

Signed-off-by: Paul Spooren <mail@aparcar.org>
utils/apk/Makefile [new file with mode: 0644]
utils/apk/files/alpine-keys/alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub [new file with mode: 0644]
utils/apk/files/alpine-keys/alpine-devel@lists.alpinelinux.org-5243ef4b.rsa.pub [new file with mode: 0644]
utils/apk/files/alpine-keys/alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub [new file with mode: 0644]
utils/apk/files/alpine-repositories [new file with mode: 0644]
utils/apk/patches/0001-remove-doc-generation.patch [new file with mode: 0644]
utils/apk/test.sh [new file with mode: 0644]