20 lines
682 B
Bash
20 lines
682 B
Bash
# Template file for 'gdown'
|
|
pkgname=gdown
|
|
version=4.2.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3 python3-setuptools"
|
|
depends="python3-filelock python3-requests python3-six python3-tqdm
|
|
python3-pysocks python3-BeautifulSoup4"
|
|
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=24d159c7f9448bc864fef2dcc3d77c6b7b805654c5b2cf61bb05722fdef50049
|
|
make_check=no # doesn't create egg-info during build
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|