diff --git a/srcpkgs/ulozto-downloader/template b/srcpkgs/ulozto-downloader/template new file mode 100644 index 00000000000..81a2f591b78 --- /dev/null +++ b/srcpkgs/ulozto-downloader/template @@ -0,0 +1,20 @@ +# Template file for 'ulozto-downloader' +pkgname=ulozto-downloader +version=3.3.0 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="tor python3-ansicolor python3-tkinter python3-requests python3-Pillow + python3-numpy python3-pysocks python3-stem" +short_desc="Uloz.to quick multiple sessions downloader" +maintainer="Emil Miler " +license="MIT" +homepage="https://github.com/setnicka/ulozto-downloader" +changelog="https://github.com/eoyilmaz/setnicka/ulozto-downloader/releases/tag/${version}" +distfiles="https://github.com/setnicka/ulozto-downloader/archive/refs/tags/${version}.tar.gz" +checksum=326d2a2aa7353dd90681bf3692fb6f2ecc55c9cc5f046d77ef2b88bab4a4b228 +make_check=no # no internal test suite present + +post_install() { + vlicense LICENSE.txt LICENSE +}