void-packages/srcpkgs/apk-tools/template
2018-02-16 13:32:42 +01:00

19 lines
599 B
Bash

# Template file for 'apk-tools'
pkgname=apk-tools
version=2.9.1
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"
homepage="http://git.alpinelinux.org/cgit/apk-tools"
distfiles="http://git.alpinelinux.org/cgit/${pkgname}/snapshot/${pkgname}-${version}.tar.bz2"
checksum=24fd166d2bec2f38af32e7ce4c464c8987273094d7a652e463594b1b803ff16e
CFLAGS=-Wno-error
do_install() {
vbin src/apk
}