void-packages/srcpkgs/apk-tools/template

20 lines
609 B
Bash

# Template file for 'apk-tools'
pkgname=apk-tools
version=2.10.5
revision=2
build_style=gnu-makefile
make_build_args="LUAAPK="
hostmakedepends="pkg-config"
makedepends="libressl-devel zlib-devel lua52-devel"
short_desc="Alpine Package Keeper (Alpine package manager)"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-only"
homepage="http://git.alpinelinux.org/cgit/apk-tools"
distfiles="http://git.alpinelinux.org/cgit/${pkgname}/snapshot/${pkgname}-${version}.tar.bz2"
checksum=d0de1793ff56d4a311841cf4f13a51bb1cc1c0a259d8748c1e633f8f11c6f965
CFLAGS="-Wno-error"
do_install() {
vbin src/apk
}