void-packages/srcpkgs/gdown/template
2021-08-27 15:39:04 -03:00

20 lines
660 B
Bash

# Template file for 'gdown'
pkgname=gdown
version=3.13.0
revision=1
build_style=python3-module
hostmakedepends="python3 python3-setuptools"
depends="python3-filelock python3-requests python3-six python3-tqdm
python3-pysocks"
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"
distfiles="https://github.com/wkentaro/gdown/archive/v${version}.tar.gz"
checksum=830d88d3ab4640ff2f0a34d51bda4badda64ed6df4eefd5b1a4823c96e574a19
make_check=no # doesn't create egg-info during build
post_install() {
vlicense LICENSE
}