# Template file for 'php8.1-igbinary' pkgname=php8.1-igbinary version=3.2.15 revision=1 build_style=gnu-configure configure_args="--with-php-config=/usr/bin/php-config8.1" hostmakedepends="autoconf php8.1-devel" makedepends="php8.1-devel" depends="php8.1" 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=eff099b0343b45fbe9765d4b3d441064ddefbbf9cfb7198487de9bda6b8f4907 pre_configure() { phpize8.1 } do_install() { make INSTALL_ROOT="${DESTDIR}" install vlicense COPYING }