16 lines
575 B
Bash
16 lines
575 B
Bash
|
# Template file for 'edx-dl'
|
||
|
pkgname=edx-dl
|
||
|
version=0.1.7
|
||
|
revision=1
|
||
|
build_style=python3-module
|
||
|
pycompile_module="edx"
|
||
|
noarch=yes
|
||
|
hostmakedepends="python3-setuptools"
|
||
|
depends="python3-setuptools python3-BeautifulSoup4 python3-six python3-html5lib python3-youtube-dl"
|
||
|
short_desc="Tool to download video lectures from edx.org"
|
||
|
maintainer="iaroki <iaroki@protonmail.com>"
|
||
|
license="GPL-3"
|
||
|
homepage="https://github.com/coursera-dl/edx-dl"
|
||
|
distfiles="${PYPI_SITE}/e/${pkgname}/${pkgname}-${version}.tar.gz"
|
||
|
checksum=5fedf74acec3f4db38294667cb9498c3dcd6812c7028dcbb0c8303a6b4286a6c
|