From 8d755c17c1589d07216091e5f9d19f64755f01a2 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 7 Mar 2023 10:43:01 -0500 Subject: [PATCH] New package: php8.2-igbinary-3.2.14 --- srcpkgs/php8.2-igbinary/template | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 srcpkgs/php8.2-igbinary/template diff --git a/srcpkgs/php8.2-igbinary/template b/srcpkgs/php8.2-igbinary/template new file mode 100644 index 00000000000..685bbd12d67 --- /dev/null +++ b/srcpkgs/php8.2-igbinary/template @@ -0,0 +1,24 @@ +# Template file for 'php8.2-igbinary' +pkgname=php8.2-igbinary +version=3.2.14 +revision=1 +build_style=gnu-configure +configure_args="--with-php-config=/usr/bin/php-config8.2" +hostmakedepends="autoconf php8.2-devel" +makedepends="php8.2-devel" +depends="php8.2" +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=6337147a4fb888072566674837bda9928ee06ee7f0114b4338b86c816232925d + +pre_configure() { + phpize8.2 +} + +do_install() { + make INSTALL_ROOT="${DESTDIR}" install + vlicense COPYING +}