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