mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
php8.0-ast: update to 1.1.0, enable tests.
This commit is contained in:
parent
3170140397
commit
daead15da6
1 changed files with 5 additions and 2 deletions
|
@ -1,19 +1,22 @@
|
|||
# Template file for 'php8.0-ast'
|
||||
pkgname=php8.0-ast
|
||||
version=1.0.16
|
||||
version=1.1.0
|
||||
revision=1
|
||||
wrksrc="ast-${version}"
|
||||
build_style=gnu-configure
|
||||
make_check_target="test"
|
||||
configure_args="--with-php-config=/usr/bin/php-config8.0"
|
||||
hostmakedepends="php8.0-devel autoconf"
|
||||
makedepends="php8.0-devel"
|
||||
depends="php8.0"
|
||||
checkdepends="${depends}"
|
||||
short_desc="Exposes the abstract syntax tree generated by PHP"
|
||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/nikic/php-ast"
|
||||
distfiles="https://pecl.php.net/get/ast-${version}.tgz"
|
||||
checksum=45bda34b780c4661ce77cf65cd8a504fb56526d4b456edcc97d791c86f3879ce
|
||||
checksum=ee3d4f67e24d82e4d340806a24052012e4954d223122949377665427443e6d13
|
||||
make_check_pre="env NO_INTERACTION=1"
|
||||
|
||||
pre_configure() {
|
||||
phpize8.0
|
||||
|
|
Loading…
Add table
Reference in a new issue