# Maintainer: Andy Postnikov pkgname=php81-pecl-zstd _extname=zstd pkgver=0.13.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=" c6bcffcd71a1145e60bc3c1b25fec724cf406d1eb111a892b3603566e1a31e41fbf946d5f61746cd8db733e86ae3758b174a74c17c00b2f60e23dd61e0987198 php-pecl-zstd-0.13.3.tgz "