New package: gdown-3.8.3

This commit is contained in:
travankor 2019-11-27 00:44:20 -07:00 committed by Jürgen Buchmüller
parent 87c1af7cd2
commit 7710720d56

19
srcpkgs/gdown/template Normal file
View file

@ -0,0 +1,19 @@
# Template file for 'gdown'
pkgname=gdown
version=3.8.3
revision=1
archs=noarch
build_style=python3-module
pycompile_module="gdown"
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=67eeddb411df9ee5066ade66dd19e56d46a8721cf77bca9b2c1515af7ae1a3e1
post_install() {
vlicense LICENSE
}