void-packages/srcpkgs/gdown/template
2020-04-12 10:10:13 +02:00

19 lines
579 B
Bash

# Template file for 'gdown'
pkgname=gdown
version=3.10.2
revision=1
archs=noarch
build_style=python3-module
hostmakedepends="python3 python3-setuptools"
depends="python3-filelock python3-requests python3-six python3-tqdm
python3-pysocks"
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=49dd18594f7c3112fe73e23aced5621a6e64b1e7a8573ee610ba4b7e6f8587b0
post_install() {
vlicense LICENSE
}