mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
New package: gdown-3.8.3
This commit is contained in:
parent
87c1af7cd2
commit
7710720d56
1 changed files with 19 additions and 0 deletions
19
srcpkgs/gdown/template
Normal file
19
srcpkgs/gdown/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue