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