mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: php8.2-mongodb-1.15.3
This commit is contained in:
parent
9cfdb6e9de
commit
45368f85c3
3 changed files with 28 additions and 0 deletions
3
srcpkgs/php8.2-mongodb/INSTALL.msg
Normal file
3
srcpkgs/php8.2-mongodb/INSTALL.msg
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
To enable the MongoDB extension add the following line to your php.ini:
|
||||||
|
|
||||||
|
extension=mongodb.so
|
24
srcpkgs/php8.2-mongodb/template
Normal file
24
srcpkgs/php8.2-mongodb/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Template file for 'php8.2-mongodb'
|
||||||
|
pkgname=php8.2-mongodb
|
||||||
|
version=1.15.3
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--with-php-config=/usr/bin/php-config8.2"
|
||||||
|
hostmakedepends="php8.2-devel autoconf pkg-config"
|
||||||
|
makedepends="php8.2-devel pcre2-devel openssl-devel"
|
||||||
|
depends="php8.2"
|
||||||
|
short_desc="Official MongoDB PHP driver"
|
||||||
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
|
license="Apache-2.0"
|
||||||
|
homepage="https://pecl.php.net/package/mongodb"
|
||||||
|
changelog="https://pecl.php.net/package-changelog.php?package=mongodb"
|
||||||
|
distfiles="https://pecl.php.net/get/mongodb-$version.tgz"
|
||||||
|
checksum=4f2c4e417fb606b462e870ec03656f3a97ba0b399dc24a6d9d153e9846134388
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
phpize8.2
|
||||||
|
}
|
||||||
|
|
||||||
|
pre_install() {
|
||||||
|
make_install_args="INSTALL_ROOT=$DESTDIR"
|
||||||
|
}
|
1
srcpkgs/php8.2-mongodb/update
Normal file
1
srcpkgs/php8.2-mongodb/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pattern='<th.*Release \K[\d.]+(?=:</th>)'
|
Loading…
Add table
Reference in a new issue