php8.0-apcu: move files up 1 level

since php put a package.xml in top-level
This commit is contained in:
Đoàn Trần Công Danh 2022-11-08 23:17:06 +07:00 committed by Đoàn Trần Công Danh
parent aa5e1d944e
commit 801963be81
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ homepage="https://pecl.php.net/package/APCu"
distfiles="https://pecl.php.net/get/apcu-${version}.tgz"
checksum=1033530448696ee7cadec85050f6df5135fb1330072ef2a74569392acfecfbc1
post_extract() {
mv apcu-$version/* .
}
pre_configure() {
phpize8.0
}