mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
pounce: rebuild for libxcrypt
This commit is contained in:
parent
6a46ff0819
commit
7d40cd0fcf
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'pounce'
|
||||
pkgname=pounce
|
||||
version=3.1
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-notify --enable-palaver"
|
||||
make_build_target="all"
|
||||
|
@ -14,3 +14,7 @@ license="GPL-3.0-or-later"
|
|||
homepage="https://git.causal.agency/pounce/"
|
||||
distfiles="https://git.causal.agency/pounce/snapshot/pounce-$version.tar.gz"
|
||||
checksum=97f245556b1cc940553fca18f4d7d82692e6c11a30f612415e5e391e5d96604e
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||
makedepends+=" libxcrypt-devel"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue