18 lines
570 B
Bash
18 lines
570 B
Bash
# Template file for 'saldl'
|
|
pkgname=saldl
|
|
version=40
|
|
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-or-later"
|
|
homepage="https://saldl.github.io/"
|
|
distfiles="https://github.com/saldl/saldl/archive/v${version}.tar.gz"
|
|
checksum=1cb7950848517fb82ec39561bf36c8cbc0a0caf8fa85355a5b76cac0281346ce
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|