-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
546ef24
commit 4e2992d
Showing
5 changed files
with
39 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# 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" | ||
} | ||
|
||
post_install() { | ||
vdoc $FILESDIR/README.voidlinux | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
pattern='<th.*Release \K[\d.]+(?=:</th>)' |