mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
php8.0-apcu: move files up 1 level
since php put a package.xml in top-level
This commit is contained in:
parent
aa5e1d944e
commit
801963be81
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ homepage="https://pecl.php.net/package/APCu"
|
||||||
distfiles="https://pecl.php.net/get/apcu-${version}.tgz"
|
distfiles="https://pecl.php.net/get/apcu-${version}.tgz"
|
||||||
checksum=1033530448696ee7cadec85050f6df5135fb1330072ef2a74569392acfecfbc1
|
checksum=1033530448696ee7cadec85050f6df5135fb1330072ef2a74569392acfecfbc1
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
mv apcu-$version/* .
|
||||||
|
}
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
phpize8.0
|
phpize8.0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue