New package: aria2-1.17.1.
This commit is contained in:
parent
135ac4341d
commit
4daea3a83f
1 changed files with 24 additions and 0 deletions
24
srcpkgs/aria2/template
Normal file
24
srcpkgs/aria2/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'aria2'
|
||||
pkgname=aria2
|
||||
version=1.17.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-openssl --with-libexpat --without-gnutls
|
||||
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
|
||||
--with-bashcompletiondir=/usr/share/bash-completion/completions"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="zlib-devel gmp-devel expat-devel openssl-devel sqlite-devel
|
||||
c-ares-devel ca-certificates"
|
||||
short_desc="lightweight multi-protocol/multi-source command-line download utility"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://aria2.sourceforge.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=7e18cf15afa17cf725c2ab4338751bc165e33d41917a4af9927da0855298efc0
|
||||
|
||||
aria2_package() {
|
||||
depends="ca-certificates"
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue