18 lines
691 B
Bash
18 lines
691 B
Bash
# Template file for 'coursera-dl'
|
|
pkgname=coursera-dl
|
|
version=0.11.4
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python3-module
|
|
pycompile_module="coursera"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-attrs 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="LGPL-3.0-or-later"
|
|
homepage="https://github.com/coursera-dl/coursera-dl"
|
|
distfiles="${PYPI_SITE}/c/coursera-dl/coursera-dl-${version}.tar.gz"
|
|
checksum=8366ab3e22c712a3e7d4f944c8763ac6c5111210f73ce14f782d9bc24e2d8204
|