void-packages/srcpkgs/php8.0-igbinary/template

25 lines
698 B
Bash

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