20 lines
600 B
Bash
20 lines
600 B
Bash
# Template file for 'apk-tools'
|
|
pkgname=apk-tools
|
|
version=2.10.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=429b225e3d5c10b6d6299af37814c2ec6ac82272b0c8ffafaf69dcb4430ae076
|
|
CFLAGS=-Wno-error
|
|
|
|
do_install() {
|
|
vbin src/apk
|
|
}
|