19 lines
720 B
Bash
19 lines
720 B
Bash
# Template file for 'axel'
|
|
pkgname=axel
|
|
version=2.17.9
|
|
revision=2
|
|
build_style=gnu-configure
|
|
conf_files="/etc/axelrc"
|
|
hostmakedepends="gettext-devel pkg-config"
|
|
makedepends="libressl-devel"
|
|
short_desc="Download accelerator for FTP and HTTP"
|
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/axel-download-accelerator/axel"
|
|
changelog="https://raw.githubusercontent.com/axel-download-accelerator/axel/master/ChangeLog"
|
|
distfiles="https://github.com/axel-download-accelerator/axel/releases/download/v${version}/axel-${version}.tar.xz"
|
|
checksum=f1364d9b55d435efc6d32218097a50a63be7b1300138e698133cf19ad3aa3a54
|
|
|
|
post_install() {
|
|
vconf doc/axelrc.example axelrc
|
|
}
|