void-packages/srcpkgs/apk-tools/template
2019-06-07 13:13:56 +02:00

20 lines
609 B
Bash

# Template file for 'apk-tools'
pkgname=apk-tools
version=2.10.4
revision=1
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=283db34d30d63f689ac4bf88d2046364b8a8dbb4acaf802676c02774c8f1ea62
CFLAGS="-Wno-error"
do_install() {
vbin src/apk
}