diff --git a/srcpkgs/you-get/template b/srcpkgs/you-get/template new file mode 100644 index 0000000000..7c5483c80e --- /dev/null +++ b/srcpkgs/you-get/template @@ -0,0 +1,18 @@ +# Template file for 'you-get' +pkgname=you-get +version=0.4.1410 +revision=1 +archs=noarch +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-pysocks" +short_desc="Dumb downloader that scrapes the web" +maintainer="Benjamín Albiñana " +license="MIT" +homepage="https://you-get.org/" +distfiles="${PYPI_SITE}/y/you-get/you-get-${version}.tar.gz" +checksum=a95a6f5c5f8317baa90fc9249be84290344f4fbcee2c5dc41675f0f243af5247 + +post_install() { + vlicense LICENSE.txt +}