mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:37:47 +00:00
Ports: Make files
a proper array
This commit is contained in:
parent
3c2d846b94
commit
284fee9e77
311 changed files with 959 additions and 350 deletions
|
@ -2,7 +2,9 @@
|
|||
port='php'
|
||||
useconfigure='true'
|
||||
version='8.1.12'
|
||||
files="https://www.php.net/distributions/php-${version}.tar.xz php-${version}.tar.xz 08243359e2204d842082269eedc15f08d2eca726d0e65b93fb11f4bfc51bbbab"
|
||||
files=(
|
||||
"https://www.php.net/distributions/php-${version}.tar.xz php-${version}.tar.xz 08243359e2204d842082269eedc15f08d2eca726d0e65b93fb11f4bfc51bbbab"
|
||||
)
|
||||
depends=(
|
||||
'libiconv'
|
||||
'libxml2'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue