New package: php8.4-apcu-5.1.24

This commit is contained in:
Joel Beckmeyer 2024-12-17 11:17:17 -05:00 committed by Duncan Overbruck
parent 011de4410e
commit 49d70eae5b
3 changed files with 34 additions and 0 deletions

View file

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

View file

@ -0,0 +1,29 @@
# Template file for 'php8.4-apcu'
pkgname=php8.4-apcu
version=5.1.24
revision=1
build_style=gnu-configure
configure_args="--with-php-config=/usr/bin/php-config8.4"
make_check_target=test
hostmakedepends="autoconf php8.4-devel"
makedepends="php8.4-devel pcre2-devel"
depends="php8.4"
short_desc="In-memory key-value store for PHP"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="PHP-3.01"
homepage="https://pecl.php.net/package/APCu"
distfiles="https://pecl.php.net/get/apcu-${version}.tgz"
checksum=5c28a55b27082c69657e25b7ecf553e2cf6b74ec3fa77d6b76f4fb982e001e43
pre_configure() {
phpize8.4
}
pre_install() {
make_install_args="INSTALL_ROOT=$DESTDIR"
}
post_install() {
rm -r $DESTDIR/usr/include
vdoc "${FILESDIR}/README.voidlinux"
}

View file

@ -0,0 +1,2 @@
site="https://pecl.php.net/package/APCu"
pattern="apcu-\K[\d\.]*(?=\.tgz)"