# Template file for 'xdebug8.0' pkgname=xdebug8.0 version=3.2.1 revision=1 build_style=gnu-configure configure_args="--with-php-config=/usr/bin/php-config8.0" hostmakedepends="autoconf php8.0-devel" makedepends="php8.0-devel" short_desc="PHP debugging extension" maintainer="Joel Beckmeyer " license="PHP-3.0" homepage="http://xdebug.org" changelog="https://xdebug.org/updates" distfiles="http://xdebug.org/files/xdebug-${version}.tgz" checksum=ef4cb3c228192798874e4530cccceee76840cc80821909740088a1e1a8f00445 pre_configure() { phpize8.0 } do_install() { make INSTALL_ROOT=${DESTDIR} install vlicense LICENSE }