# Template file for 'php8.3-igbinary' pkgname=php8.3-igbinary version=3.2.16 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" depends="php8.3" short_desc="Igbinary is a drop in replacement for the standard php serializer" maintainer="Joel Beckmeyer " license="BSD-3-Clause" homepage="https://github.com/igbinary/igbinary/" distfiles="https://pecl.php.net/get/igbinary-${version}.tgz" checksum=8bf25d465abc7973d9e2c9a3039a5f8eea635b23bc1477017ff3999ff95836da pre_configure() { phpize8.3 } do_install() { make INSTALL_ROOT="${DESTDIR}" install vlicense COPYING }