mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
php-ast: update to 1.1.0, enable tests.
This commit is contained in:
parent
4996c1ace4
commit
3170140397
1 changed files with 5 additions and 2 deletions
|
@ -1,18 +1,21 @@
|
|||
# Template file for 'php-ast'
|
||||
pkgname=php-ast
|
||||
version=1.0.6
|
||||
version=1.1.0
|
||||
revision=1
|
||||
wrksrc="ast-${version}"
|
||||
build_style=gnu-configure
|
||||
make_check_target="test"
|
||||
hostmakedepends="php-devel autoconf"
|
||||
makedepends="php-devel"
|
||||
depends="php>=7.4.3"
|
||||
checkdepends="${depends}"
|
||||
short_desc="Exposes the abstract syntax tree generated by PHP 7"
|
||||
maintainer="Merlin Diavova <merlindiavova@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/nikic/php-ast"
|
||||
distfiles="https://pecl.php.net/get/ast-${version}.tgz"
|
||||
checksum=70347b04d5ab6223106bb098483a74ac0aa23e3e7fd41549ae95d56ccb15631e
|
||||
checksum=ee3d4f67e24d82e4d340806a24052012e4954d223122949377665427443e6d13
|
||||
make_check_pre="env NO_INTERACTION=1"
|
||||
|
||||
pre_configure() {
|
||||
phpize
|
||||
|
|
Loading…
Add table
Reference in a new issue