22 lines
815 B
Bash
22 lines
815 B
Bash
# Template file for 'ulozto-downloader'
|
|
pkgname=ulozto-downloader
|
|
version=3.5.2
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="tor python3-ansicolors python3-tkinter python3-requests python3-Pillow
|
|
python3-numpy python3-pysocks python3-stem python3-cloudscraper
|
|
python3-colorama"
|
|
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/setnicka/ulozto-downloader/releases"
|
|
distfiles="https://github.com/setnicka/ulozto-downloader/archive/refs/tags/${version}.tar.gz"
|
|
checksum=445556a0e518a658fa5825f350f83bb4c96fc085b0b61816fd9e18c782f105bc
|
|
make_check=no # no internal test suite present
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt LICENSE
|
|
}
|