mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 11:03:06 +02:00
zchunk: update to 1.5.2.
This commit is contained in:
parent
1be3e29137
commit
27a380deac
1 changed files with 5 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'zchunk'
|
# Template file for 'zchunk'
|
||||||
pkgname=zchunk
|
pkgname=zchunk
|
||||||
version=1.5.1
|
version=1.5.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -10,13 +10,11 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/zchunk/zchunk"
|
homepage="https://github.com/zchunk/zchunk"
|
||||||
distfiles="https://github.com/zchunk/zchunk/archive/${version}.tar.gz"
|
distfiles="https://github.com/zchunk/zchunk/archive/${version}.tar.gz"
|
||||||
checksum=2c187055e2206e62cef4559845e7c2ec6ec5a07ce1e0a6044e4342e0c5d7771d
|
checksum=b7346d950fec2e0c72761f2a9148b0ece84574c49076585abf4bebd369cd4c60
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
*-musl) makedepends+=" argp-standalone"
|
makedepends+=" argp-standalone"
|
||||||
LDFLAGS="-largp"
|
fi
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue