mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
New package: xdebug8.4-3.4.3
This commit is contained in:
parent
6b34e50e30
commit
f065754005
3 changed files with 28 additions and 0 deletions
1
srcpkgs/xdebug8.4/files/README.voidlinux
Normal file
1
srcpkgs/xdebug8.4/files/README.voidlinux
Normal file
|
@ -0,0 +1 @@
|
|||
You should add 'zend_extension="xdebug.so"' to php.ini
|
25
srcpkgs/xdebug8.4/template
Normal file
25
srcpkgs/xdebug8.4/template
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'xdebug8.4'
|
||||
pkgname=xdebug8.4
|
||||
version=3.4.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-php-config=/usr/bin/php-config8.4"
|
||||
hostmakedepends="autoconf php8.4-devel"
|
||||
makedepends="php8.4-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=a942e420186e9156ee1b09b6ced0362474f405a060f2ca8d2575035ac83f578b
|
||||
|
||||
pre_configure() {
|
||||
phpize8.4
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make INSTALL_ROOT=${DESTDIR} install
|
||||
vlicense LICENSE
|
||||
vdoc "${FILESDIR}/README.voidlinux"
|
||||
}
|
2
srcpkgs/xdebug8.4/update
Normal file
2
srcpkgs/xdebug8.4/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