diff --git a/srcpkgs/apk-tools/template b/srcpkgs/apk-tools/template index 37f12a06fb85c6..c422926c32fc59 100644 --- a/srcpkgs/apk-tools/template +++ b/srcpkgs/apk-tools/template @@ -1,28 +1,13 @@ # Template file for 'apk-tools' pkgname=apk-tools -version=2.14.10 +version=3.0.6 revision=1 -build_style=gnu-makefile -# Link libapk statically -make_build_args="LUAAPK=no LDFLAGS_apk.static= static" -hostmakedepends="pkg-config lua53 lua53-zlib scdoc" -makedepends="openssl-devel zlib-devel" -checkdepends="lua53-devel" +build_style=meson +hostmakedepends="pkg-config scdoc lua53" +makedepends="openssl-devel zlib-devel libzstd-devel" short_desc="Alpine Package Keeper (Alpine package manager)" maintainer="Leah Neukirchen " license="GPL-2.0-only" homepage="https://git.alpinelinux.org/apk-tools" distfiles="https://gitlab.alpinelinux.org/alpine/apk-tools/-/archive/v${version}/apk-tools-v${version}.tar.gz" -checksum=5d888d95cf41e68288bd4342938e05767ff76c83f1d25830088fc6d4ccc42793 -CFLAGS="-Wno-error" - -post_build() { - make docs -} - -do_install() { - vbin src/apk.static apk - for f in doc/*.[58]; do - vman "$f" - done -} +checksum=e9b62742ef7e9e8c1c051efdaed3a2f49d06d8ce20c707697aa23d29bbc7c86a