New package: php8.4-redis-6.2.0

This commit is contained in:
Joel Beckmeyer 2024-12-17 11:17:24 -05:00 committed by Duncan Overbruck
parent 6708852254
commit 6b34e50e30
3 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,3 @@
To enable the Redis extension add the following line to your php.ini:
extension=redis

View file

@ -0,0 +1,27 @@
# Template file for 'php8.4-redis'
pkgname=php8.4-redis
version=6.2.0
revision=1
build_style=gnu-configure
configure_args="--with-php-config=/usr/bin/php-config8.4"
hostmakedepends="php8.4-devel autoconf pkg-config"
makedepends="php8.4-devel"
depends="php8.4"
short_desc="PHP extension for Redis"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="PHP-3.01"
homepage="https://pecl.php.net/package/redis"
distfiles="https://pecl.php.net/get/redis-$version.tgz"
checksum=5069c13dd22bd9e494bb246891052cb6cc0fc9a1b45c6a572a8be61773101363
pre_configure() {
phpize8.4
}
pre_install() {
make_install_args="INSTALL_ROOT=$DESTDIR"
}
post_install() {
vdoc $FILESDIR/README.voidlinux
}

View file

@ -0,0 +1 @@
pattern='<th.*Release \K[\d.]+(?=:</th>)'