void-packages/srcpkgs/apk-tools/template
2017-12-31 15:42:38 +01:00

19 lines
599 B
Bash

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