void-packages/srcpkgs/apk-tools/template
Leah Neukirchen bfebd3d3fe apk-tools: update to 2.8.0.
Use bundled libfetch, it's newer than the one Void has.
2017-10-07 14:27:12 +02:00

20 lines
587 B
Bash

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