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