New package: saldl-39

Closes: #13017 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
SolitudeSF 2018-03-29 16:31:20 +03:00 committed by Jürgen Buchmüller
parent b94b03e941
commit 0567cfc57a
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 18 additions and 0 deletions

18
srcpkgs/saldl/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'saldl'
pkgname=saldl
version=39
revision=1
build_style=waf
configure_args="--saldl-version v${version}"
hostmakedepends="pkg-config asciidoc"
makedepends="libevent-devel libcurl-devel"
short_desc="CLI downloader optimized for speed and early preview"
maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="AGPL-3.0"
homepage="https://saldl.github.io/"
distfiles="https://github.com/saldl/saldl/archive/v${version}.tar.gz"
checksum=88a7c2d1214d93dab739568180968723086814534207ade4736b2a5d4b53f29d
post_install() {
vlicense LICENSE
}