mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/composer: add unzip dependency
This commit is contained in:
parent
e65adc6f88
commit
c4a5f7b6f3
@ -8,7 +8,15 @@ url="https://getcomposer.org/"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
_php=php83
|
||||
depends="$_php $_php-phar $_php-curl $_php-iconv $_php-mbstring $_php-openssl $_php-zip"
|
||||
depends="$_php
|
||||
$_php-phar
|
||||
$_php-curl
|
||||
$_php-iconv
|
||||
$_php-mbstring
|
||||
$_php-openssl
|
||||
$_php-zip
|
||||
p7zip
|
||||
"
|
||||
checkdepends="git"
|
||||
options="net"
|
||||
source="$pkgname-$pkgver.phar::https://getcomposer.org/download/$pkgver/composer.phar"
|
||||
|
Loading…
Reference in New Issue
Block a user