mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: xdebug8.2-3.2.0
This commit is contained in:
parent
d2ef5e33ae
commit
ac6734fd59
3 changed files with 27 additions and 0 deletions
1
srcpkgs/xdebug8.2/INSTALL.msg
Normal file
1
srcpkgs/xdebug8.2/INSTALL.msg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
You should add 'zend_extension="xdebug.so"' to php.ini
|
24
srcpkgs/xdebug8.2/template
Normal file
24
srcpkgs/xdebug8.2/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Template file for 'xdebug8.2'
|
||||||
|
pkgname=xdebug8.2
|
||||||
|
version=3.2.0
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--with-php-config=/usr/bin/php-config8.2"
|
||||||
|
hostmakedepends="autoconf php8.2-devel"
|
||||||
|
makedepends="php8.2-devel"
|
||||||
|
short_desc="PHP debugging extension"
|
||||||
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
|
license="PHP-3.0"
|
||||||
|
homepage="http://xdebug.org"
|
||||||
|
changelog="https://xdebug.org/updates"
|
||||||
|
distfiles="http://xdebug.org/files/xdebug-${version}.tgz"
|
||||||
|
checksum=7769b20eecdadf5fbe9f582512c10b394fb575b6f7a8c3a3a82db6883e0032b7
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
phpize8.2
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
make INSTALL_ROOT=${DESTDIR} install
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
2
srcpkgs/xdebug8.2/update
Normal file
2
srcpkgs/xdebug8.2/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site="https://xdebug.org/updates"
|
||||||
|
pattern='<dt><a name=.*></a>.*Xdebug \K[\d.]+(?=</dt>)'
|
Loading…
Add table
Reference in a new issue