php-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 512ffadf9c
commit aa5e1d944e
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ homepage="https://pecl.php.net/package/imagick"
distfiles="https://pecl.php.net/get/imagick-$version.tgz"
checksum=8dd5aa16465c218651fc8993e1faecd982e6a597870fd4b937e9ece02d567077
post_extract() {
mv imagick-$version/* .
}
pre_configure() {
phpize
}