# Maintainer: Andy Postnikov pkgname=php81-pecl-zstd _extname=zstd pkgver=0.12.3 pkgrel=0 pkgdesc="PHP 8.1 Zstandard extension - PECL" url="https://pecl.php.net/package/zstd" arch="all" license="MIT" depends="php81-common" makedepends="php81-dev php81-pecl-apcu zstd-dev" checkdepends="php81-openssl" source="php-pecl-$_extname-$pkgver.tgz::https://pecl.php.net/get/$_extname-$pkgver.tgz" builddir="$srcdir/$_extname-$pkgver" build() { phpize81 ./configure --prefix=/usr --with-php-config=php-config81 --with-libzstd make } check() { local _modules=/usr/lib/php81/modules make NO_INTERACTION=1 REPORT_EXIT_STATUS=1 test PHP_TEST_SHARED_EXTENSIONS=" \ -d extension=$_modules/apcu.so \ -d extension=$_modules/openssl.so \ -d extension=modules/$_extname.so" TESTS=--show-diff } package() { make INSTALL_ROOT="$pkgdir" install local _confdir="$pkgdir"/etc/php81/conf.d install -d $_confdir echo "extension=$_extname" > $_confdir/$_extname.ini } sha512sums=" f9fc84c32e17d1c77cfec77916c5136488654316cc21bd3f7490593a2875330374cd6a7764e1672faeea3baf9313bcef9956fa4b572f661f65a37a2deb78b935 php-pecl-zstd-0.12.3.tgz "