Skip to content

Commit

Permalink
New package: php8.3-redis-6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TinfoilSubmarine committed Dec 13, 2023
1 parent 835f2ea commit 9d160cb
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions srcpkgs/php8.3-redis/INSTALL.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
To enable the Redis extension add the following line to your php.ini:

extension=redis
23 changes: 23 additions & 0 deletions srcpkgs/php8.3-redis/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Template file for 'php8.3-redis'
pkgname=php8.3-redis
version=6.0.2
revision=1
build_style=gnu-configure
configure_args="--with-php-config=/usr/bin/php-config8.3"
hostmakedepends="php8.3-devel autoconf pkg-config"
makedepends="php8.3-devel"
depends="php8.3"
short_desc="PHP extension for Redis"
maintainer="Joel Beckmeyer <[email protected]>"
license="PHP-3.01"
homepage="https://pecl.php.net/package/redis"
distfiles="https://pecl.php.net/get/redis-$version.tgz"
checksum=01aeccb0e14f897fe56f0509be6e6991ff0ad459f9d34e95e4556d02699b9a03

pre_configure() {
phpize8.3
}

pre_install() {
make_install_args="INSTALL_ROOT=$DESTDIR"
}
1 change: 1 addition & 0 deletions srcpkgs/php8.3-redis/update
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pattern='<th.*Release \K[\d.]+(?=:</th>)'

0 comments on commit 9d160cb

Please sign in to comment.