diff --git a/srcpkgs/gdown/template b/srcpkgs/gdown/template new file mode 100644 index 00000000000..84c958dbd93 --- /dev/null +++ b/srcpkgs/gdown/template @@ -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 " +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 +}