php8.0-imagick: move files up 1 level
since php put a package.xml in top-level
This commit is contained in:
parent
0f1896dd61
commit
b9534ba3f4
1 changed files with 4 additions and 0 deletions
|
@ -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.0
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue