1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 19:57:45 +00:00

Ports/aria2: Update formatting to be consistent with other ports

This commit is contained in:
Tim Ledbetter 2023-08-23 20:44:07 +01:00 committed by Tim Schumacher
parent 87c17c9bb9
commit ad5df3bef8

View file

@ -5,17 +5,19 @@ files=(
"https://github.com/aria2/aria2/releases/download/release-${version}/aria2-${version}.tar.xz 58d1e7608c12404f0229a3d9a4953d0d00c18040504498b483305bcb3de907a5" "https://github.com/aria2/aria2/releases/download/release-${version}/aria2-${version}.tar.xz 58d1e7608c12404f0229a3d9a4953d0d00c18040504498b483305bcb3de907a5"
) )
depends=( depends=(
"libssh2" 'libssh2'
"libxml2" 'libuv'
"openssl" 'libxml2'
"zlib" 'openssl'
"libuv" 'zlib'
) )
useconfigure='true' useconfigure='true'
use_fresh_config_sub='true' use_fresh_config_sub='true'
config_sub_paths+=("deps/wslay/config.sub") config_sub_paths+=(
'deps/wslay/config.sub'
)
configopts+=( configopts+=(
"--with-libuv" '--with-libuv'
"--with-sysroot=${SERENITY_INSTALL_ROOT}" "--with-sysroot=${SERENITY_INSTALL_ROOT}"
'--without-libcares' '--without-libcares'
'--without-sqlite3' '--without-sqlite3'