void-packages/srcpkgs/gdown/template

20 lines
579 B
Bash
Raw Normal View History

2019-11-27 07:44:20 +00:00
# Template file for 'gdown'
pkgname=gdown
2020-02-15 07:23:14 +00:00
version=3.10.1
revision=1
2019-11-27 07:44:20 +00:00
archs=noarch
build_style=python3-module
hostmakedepends="python3 python3-setuptools"
depends="python3-filelock python3-requests python3-six python3-tqdm
2020-02-15 07:23:14 +00:00
python3-pysocks"
2019-11-27 07:44:20 +00:00
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"
2020-02-15 07:23:14 +00:00
checksum=8313dd4b8f6b05e2a795da3c9fdcca31a036147cc443ffb2cfa344863aa04490
2019-11-27 07:44:20 +00:00
post_install() {
vlicense LICENSE
}