php8.1-imagick: 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 4691b5cdfa
commit 1b7482d6df
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ homepage="https://pecl.php.net/package/imagick"
distfiles="https://pecl.php.net/get/imagick-$version.tgz"
checksum=5a364354109029d224bcbb2e82e15b248be9b641227f45e63425c06531792d3e
post_extract() {
mv imagick-$version/* .
}
pre_configure() {
phpize8.1
}