18 lines
665 B
Bash
18 lines
665 B
Bash
# Template file for 'coursera-dl'
|
|
pkgname=coursera-dl
|
|
version=0.10.0
|
|
revision=1
|
|
build_style=python3-module
|
|
pycompile_module="coursera"
|
|
noarch=yes
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools python3-pyasn1 python3-ConfigArgParse
|
|
python3-BeautifulSoup4 python3-requests python3-six python3-keyring
|
|
python3-urllib3"
|
|
short_desc="Script for downloading Coursera.org videos and naming them"
|
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
|
license="GPL-3"
|
|
homepage="https://github.com/coursera-dl/coursera-dl"
|
|
distfiles="${PYPI_SITE}/c/coursera-dl/coursera-dl-${version}.tar.gz"
|
|
checksum=0d00921310821a6b1d29c4e52bf406319cd3e7155d9be6b6a6a183b79ffdf821
|