19 lines
720 B
Bash
19 lines
720 B
Bash
# Template file for 'axel'
|
|
pkgname=axel
|
|
version=2.17.8
|
|
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=19c82a095e3ea84f1e24fe6fd6018ee06af73ee03ca8ecf31b34dcc57ef4351e
|
|
|
|
post_install() {
|
|
vconf doc/axelrc.example axelrc
|
|
}
|