mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: php8.3-apcu-5.1.23
This commit is contained in:
parent
bf4d0c37ce
commit
e8be373faa
3 changed files with 34 additions and 0 deletions
3
srcpkgs/php8.3-apcu/files/README.voidlinux
Normal file
3
srcpkgs/php8.3-apcu/files/README.voidlinux
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
To enable APCu add the following line to your php.ini:
|
||||||
|
|
||||||
|
extension=apcu.so
|
29
srcpkgs/php8.3-apcu/template
Normal file
29
srcpkgs/php8.3-apcu/template
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# Template file for 'php8.3-apcu'
|
||||||
|
pkgname=php8.3-apcu
|
||||||
|
version=5.1.23
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--with-php-config=/usr/bin/php-config8.3"
|
||||||
|
make_check_target=test
|
||||||
|
hostmakedepends="autoconf php8.3-devel"
|
||||||
|
makedepends="php8.3-devel pcre2-devel"
|
||||||
|
depends="php8.3"
|
||||||
|
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=67ee7464ccad2335c3fa4aeb0b8edbcf6d8344feea7922620c6a13015d604482
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
phpize8.3
|
||||||
|
}
|
||||||
|
|
||||||
|
pre_install() {
|
||||||
|
make_install_args="INSTALL_ROOT=$DESTDIR"
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm -r $DESTDIR/usr/include
|
||||||
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
|
}
|
2
srcpkgs/php8.3-apcu/update
Normal file
2
srcpkgs/php8.3-apcu/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site="https://pecl.php.net/package/APCu"
|
||||||
|
pattern="apcu-\K[\d\.]*(?=\.tgz)"
|
Loading…
Add table
Reference in a new issue