New package: edx-dl-0.1.7
Closes: #11763 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
17c933f3de
commit
03361bb987
|
@ -0,0 +1,15 @@
|
||||||
|
# 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
|
Loading…
Reference in New Issue