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