void-packages/srcpkgs/ulozto-downloader/template

21 lines
800 B
Bash
Raw Normal View History

2022-12-29 21:00:00 +01:00
# Template file for 'ulozto-downloader'
pkgname=ulozto-downloader
version=3.3.1
2022-12-29 21:00:00 +01:00
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="tor python3-ansicolors python3-tkinter python3-requests python3-Pillow
2022-12-29 21:00:00 +01:00
python3-numpy python3-pysocks python3-stem"
short_desc="Uloz.to quick multiple sessions downloader"
maintainer="Emil Miler <em@0x45.cz>"
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=69a4aa80be18d259349eadb4875a52281c8920b867d9f7d4b6f33bf7bf9daa1e
2022-12-29 21:00:00 +01:00
make_check=no # no internal test suite present
post_install() {
vlicense LICENSE.txt LICENSE
}