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