void-packages/srcpkgs/gdown/template
2020-01-23 10:34:03 +01:00

18 lines
562 B
Bash

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