21 lines
738 B
Bash
21 lines
738 B
Bash
# Template file for 'axel'
|
|
pkgname=axel
|
|
version=2.17.11
|
|
revision=2
|
|
build_style=gnu-configure
|
|
conf_files="/etc/axelrc"
|
|
hostmakedepends="gettext-devel pkg-config"
|
|
makedepends="openssl-devel"
|
|
short_desc="Download accelerator for FTP and HTTP"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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=580b2c18692482fd7f1e2b2819159484311ffc50f6d18924dceb80fd41d4ccf9
|
|
make_check=no # has no tests
|
|
|
|
post_install() {
|
|
vconf doc/axelrc.example axelrc
|
|
}
|