void-packages/srcpkgs/axel/template
Daniel Eyßer e32ef341cb axel: update to 2.17.3.
Closes #11885.

Signed-off-by: Enno Boland <gottox@voidlinux.org>
2019-05-23 10:42:31 +02:00

19 lines
720 B
Bash

# Template file for 'axel'
pkgname=axel
version=2.17.3
revision=1
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=43cfc7094e0e35a51e68921b314b7ab8dd87897007694833d695b3409750b3c6
post_install() {
vconf doc/axelrc.example axelrc
}