vp-build/srcpkgs/apk-tools/template

20 lines
609 B
Bash

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