diff --git a/srcpkgs/saldl/template b/srcpkgs/saldl/template new file mode 100644 index 00000000000..933a797d6b5 --- /dev/null +++ b/srcpkgs/saldl/template @@ -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 " +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 +}