void-packages/srcpkgs/gdown/template

22 lines
765 B
Bash

# Template file for 'gdown'
pkgname=gdown
version=5.1.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs python3-setuptools python3-wheel"
depends="python3-filelock python3-requests python3-six python3-tqdm
python3-pysocks python3-BeautifulSoup4"
checkdepends="${depends} python3-pytest"
short_desc="Download a large file from Google Drive"
maintainer="travankor <travankor@tuta.io>"
license="MIT"
homepage="https://github.com/wkentaro/gdown"
changelog="https://github.com/wkentaro/gdown/releases"
distfiles="${PYPI_SITE}/g/gdown/gdown-${version}.tar.gz"
checksum=550a72dc5ca2819fe4bcc15d80d05d7c98c0b90e57256254b77d0256b9df4683
make_check=no # tests download random files from google drive and hang
post_install() {
vlicense LICENSE
}