From fc985e0be443f96ece69b1d9160e9c828d2dac48 Mon Sep 17 00:00:00 2001 From: Zach Nedwich Date: Sun, 20 Jun 2021 15:28:38 +1000 Subject: [PATCH] new package: yaydl --- srcpkgs/yaydl/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/yaydl/template diff --git a/srcpkgs/yaydl/template b/srcpkgs/yaydl/template new file mode 100644 index 00000000000000..cb9c0a3303d9fe --- /dev/null +++ b/srcpkgs/yaydl/template @@ -0,0 +1,16 @@ +# Template file for 'yaydl' +pkgname=yaydl +version=0.6.1 +revision=1 +wrksrc="${pkgname}-release-${version}" +build_style=cargo +short_desc="Yet another youtube (and more) down loader" +maintainer="Zach Nedwich " +license="CDDL-1.0" +homepage="https://github.com/dertuxmalwieder/yaydl" +distfiles="https://github.com/dertuxmalwieder/${pkgname}/archive/release-${version}.tar.gz" +checksum=a8e559e5631e03bcd77ef24fbc7c25599398bf4974a79a2e38d9a233853e3dd8 + +post_install() { + vlicense LICENSE +}