Newer
Older
minerva / Ports / aria2 / package.sh
@minerva minerva on 13 Jul 550 bytes Initial commit
#!/usr/bin/env -S bash ../.port_include.sh
port='aria2'
version='1.37.0'
files=(
    "https://github.com/aria2/aria2/releases/download/release-${version}/aria2-${version}.tar.xz#60a420ad7085eb616cb6e2bdf0a7206d68ff3d37fb5a956dc44242eb2f79b66b"
)
depends=(
    'libssh2'
    'libuv'
    'libxml2'
    'openssl'
    'zlib'
)
useconfigure='true'
use_fresh_config_sub='true'
config_sub_paths+=(
    'deps/wslay/config.sub'
)
configopts+=(
    '--with-libuv'
    "--with-sysroot=${MINERVA_INSTALL_ROOT}"
    '--without-libcares'
    '--without-sqlite3'
)