From 74cc9eef74b1ca2be4c5246c748cba9e54cb9211 Mon Sep 17 00:00:00 2001 From: Merlin Diavova Date: Mon, 23 Mar 2020 20:15:04 +0000 Subject: [PATCH] New package: php-igbinary-3.1.2 --- srcpkgs/php-igbinary/template | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 srcpkgs/php-igbinary/template diff --git a/srcpkgs/php-igbinary/template b/srcpkgs/php-igbinary/template new file mode 100644 index 00000000000..9f90c88de3c --- /dev/null +++ b/srcpkgs/php-igbinary/template @@ -0,0 +1,24 @@ +# Template file for 'php-igbinary' +pkgname=php-igbinary +version=3.1.2 +revision=1 +wrksrc="igbinary-${version}" +build_style=gnu-configure +hostmakedepends="autoconf" +makedepends="php-devel" +depends="php>7.4.3" +short_desc="Igbinary is a drop in replacement for the standard php serializer" +maintainer="Merlin Diavova " +license="BSD-3-Clause" +homepage="https://github.com/igbinary/igbinary/" +distfiles="https://pecl.php.net/get/igbinary-${version}.tgz" +checksum=e78b327dad5397ed42f7b0c6fe017eddcde8c3c24ab8b59562cb691c411fa90b + +pre_configure() { + phpize +} + +do_install() { + make INSTALL_ROOT="${DESTDIR}" install + vlicense COPYING +}