17 lines
756 B
Bash
17 lines
756 B
Bash
# Template file for 'coursera-dl'
|
|
pkgname=coursera-dl
|
|
version=0.11.5
|
|
revision=6
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-attrs python3-setuptools python3-pyasn1 python3-ConfigArgParse
|
|
python3-BeautifulSoup4 python3-requests python3-six python3-keyring
|
|
python3-urllib3"
|
|
checkdepends="${depends} python3-keyrings-alt python3-mock python3-pytest-xdist"
|
|
short_desc="Script for downloading Coursera.org videos and naming them"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="https://github.com/coursera-dl/coursera-dl"
|
|
distfiles="https://github.com/coursera-dl/coursera-dl/archive/refs/tags/${version}.tar.gz"
|
|
checksum=27e382435084ec91ef89ab6c1d46f4756b708e4badf5307a8f18b9ad31971014
|