Skip to content

[aria2] [package list]

aria2/1.35-cpeGNU-21.12 (aria2-1.35-cpeGNU-21.12.eb)

This software is archived in the LUMI-EasyBuild-contrib GitHub repository as easybuild/easyconfigs/__archive__/a/aria2/aria2-1.35-cpeGNU-21.12.eb. The corresponding module would be aria2/1.35-cpeGNU-21.12.

easyblock = 'ConfigureMake'

name = 'aria2'
version = '1.35.0'

homepage = 'https://aria2.github.io'

whatis = [
    'Description: aria2 is a lightweight multi-protocol & multi-source command-line download utility.'
]

description = "aria2 is a lightweight multi-protocol & multi-source command-line download utility."

software_license_urls = ['https://raw.githubusercontent.com/aria2/aria2/release-%(version)s/COPYING']

toolchain = {'name': 'cpeGNU', 'version': '21.12'}

source_urls = ['https://github.com/aria2/aria2/releases/download/release-%(version)s']
sources = [SOURCE_TAR_GZ]
checksums = ['fd85589416f8246cefc4e6ba2fa52da54fdf11fd5602a2db4b6749f7c33b5b2d']

builddependencies = [
    ('buildtools',   '%(toolchain_version)s',   '', True),
    ('CppUnit', '1.15.1'),
]

dependencies = [
#    ('zlib', '1.2.11'),
#    ('libxml2', '2.9.10'),
#    ('SQLite', '3.35.4'),
    ('c-ares', '1.18.1'),
#    ('OpenSSL', '1.1', '', True),
]

configopts = "--without-gnutls --with-openssl --enable-libaria2 --enable-static"

runtest = 'check'

sanity_check_paths = {
    'files': ['bin/aria2c'],
    'dirs': ['share'],
}

sanity_check_commands = ["aria2c --help"]

moduleclass = 'tools'

[aria2] [package list]