mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: php8.2-igbinary-3.2.14
This commit is contained in:
parent
36e746c954
commit
8d755c17c1
1 changed files with 24 additions and 0 deletions
24
srcpkgs/php8.2-igbinary/template
Normal file
24
srcpkgs/php8.2-igbinary/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Template file for 'php8.2-igbinary'
|
||||||
|
pkgname=php8.2-igbinary
|
||||||
|
version=3.2.14
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--with-php-config=/usr/bin/php-config8.2"
|
||||||
|
hostmakedepends="autoconf php8.2-devel"
|
||||||
|
makedepends="php8.2-devel"
|
||||||
|
depends="php8.2"
|
||||||
|
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.2
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
make INSTALL_ROOT="${DESTDIR}" install
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue