f40cd77686
Set them to Orphaned for now. If you'd like to pick up a package, feel free.
19 lines
709 B
Bash
19 lines
709 B
Bash
# Template file for 'axel'
|
|
pkgname=axel
|
|
version=2.17.10
|
|
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=46eb4f10a11c4e50320ae6a034ef03ffe59dc11c3c6542a9867a3e4dc0c4b44e
|
|
|
|
post_install() {
|
|
vconf doc/axelrc.example axelrc
|
|
}
|