mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
Ports/aria2: Update formatting to be consistent with other ports
This commit is contained in:
parent
87c17c9bb9
commit
ad5df3bef8
Notes:
sideshowbarker
2024-07-17 06:38:11 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/ad5df3bef8 Pull-request: https://github.com/SerenityOS/serenity/pull/20731 Reviewed-by: https://github.com/timschumi ✅
1 changed files with 9 additions and 7 deletions
|
@ -5,17 +5,19 @@ files=(
|
|||
"https://github.com/aria2/aria2/releases/download/release-${version}/aria2-${version}.tar.xz 58d1e7608c12404f0229a3d9a4953d0d00c18040504498b483305bcb3de907a5"
|
||||
)
|
||||
depends=(
|
||||
"libssh2"
|
||||
"libxml2"
|
||||
"openssl"
|
||||
"zlib"
|
||||
"libuv"
|
||||
'libssh2'
|
||||
'libuv'
|
||||
'libxml2'
|
||||
'openssl'
|
||||
'zlib'
|
||||
)
|
||||
useconfigure='true'
|
||||
use_fresh_config_sub='true'
|
||||
config_sub_paths+=("deps/wslay/config.sub")
|
||||
config_sub_paths+=(
|
||||
'deps/wslay/config.sub'
|
||||
)
|
||||
configopts+=(
|
||||
"--with-libuv"
|
||||
'--with-libuv'
|
||||
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
|
||||
'--without-libcares'
|
||||
'--without-sqlite3'
|
||||
|
|
Loading…
Reference in a new issue