void-packages/srcpkgs/apk-tools/template

20 lines
587 B
Bash
Raw Normal View History

2016-03-18 15:21:13 +01:00
# Template file for 'apk-tools'
pkgname=apk-tools
2017-10-28 06:19:57 +02:00
version=2.8.1
2017-04-14 19:39:18 +02:00
revision=1
2016-03-18 15:21:13 +01:00
build_style=gnu-makefile
make_build_args="LUAAPK="
hostmakedepends="pkg-config"
makedepends="libressl-devel zlib-devel"
2016-03-18 15:21:13 +01:00
short_desc="Alpine Package Keeper (Alpine package manager)"
2017-04-30 22:01:21 +02:00
maintainer="Leah Neukirchen <leah@vuxu.org>"
2016-03-18 15:21:13 +01:00
license="GPL-2"
homepage="http://git.alpinelinux.org/cgit/apk-tools"
distfiles="http://git.alpinelinux.org/cgit/${pkgname}/snapshot/${pkgname}-${version}.tar.bz2"
2017-10-28 06:19:57 +02:00
checksum=8ea7262802cc3cc8d7ff31244acb556593bc92b08ff592b8f193698eb369a273
2016-03-18 15:21:13 +01:00
CFLAGS=-Wno-error
do_install() {
vbin src/apk
}