Skip to content

Commit

Permalink
New package: xdebug8.4-3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TinfoilSubmarine committed Jan 10, 2025
1 parent 4be46b9 commit f5f6532
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions srcpkgs/xdebug8.4/files/README.voidlinux
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
You should add 'zend_extension="xdebug.so"' to php.ini
25 changes: 25 additions & 0 deletions srcpkgs/xdebug8.4/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Template file for 'xdebug8.4'
pkgname=xdebug8.4
version=3.4.1
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 <[email protected]>"
license="PHP-3.0"
homepage="http://xdebug.org"
changelog="https://xdebug.org/updates"
distfiles="http://xdebug.org/files/xdebug-${version}.tgz"
checksum=4d96bcded78dbd271fb344c119171b625a8597cd67fc6899ec5e019549f1bb87

pre_configure() {
phpize8.4
}

do_install() {
make INSTALL_ROOT=${DESTDIR} install
vlicense LICENSE
vdoc "${FILESDIR}/README.voidlinux"
}
2 changes: 2 additions & 0 deletions srcpkgs/xdebug8.4/update
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
site="https://xdebug.org/updates"
pattern='<dt><a name=.*></a>.*Xdebug \K[\d.]+(?=</dt>)'

0 comments on commit f5f6532

Please sign in to comment.