2018-02-20 10:14:32 +01:00
|
|
|
# Template file for 'edx-dl'
|
|
|
|
pkgname=edx-dl
|
2018-04-13 13:40:19 +02:00
|
|
|
version=0.1.9
|
2018-02-20 10:14:32 +01:00
|
|
|
revision=1
|
|
|
|
build_style=python3-module
|
2018-03-27 22:45:45 +02:00
|
|
|
pycompile_module="edx_dl"
|
2018-02-20 10:14:32 +01:00
|
|
|
hostmakedepends="python3-setuptools"
|
2018-03-27 22:45:45 +02:00
|
|
|
depends="python3-BeautifulSoup4 python3-html5lib python3-setuptools
|
|
|
|
python3-youtube-dl"
|
2018-02-20 10:14:32 +01:00
|
|
|
short_desc="Tool to download video lectures from edx.org"
|
|
|
|
maintainer="iaroki <iaroki@protonmail.com>"
|
2018-03-27 22:45:45 +02:00
|
|
|
license="LGPL-3.0-or-later"
|
2018-02-20 10:14:32 +01:00
|
|
|
homepage="https://github.com/coursera-dl/edx-dl"
|
|
|
|
distfiles="${PYPI_SITE}/e/${pkgname}/${pkgname}-${version}.tar.gz"
|
2018-04-13 13:40:19 +02:00
|
|
|
checksum=ae07358f53c529fc7a94a6fcc883b81abf3d07a24f62fa6fcffdf92b39d38e42
|
2018-03-27 22:45:45 +02:00
|
|
|
noarch=yes
|