17 lines
579 B
Bash
17 lines
579 B
Bash
# Template file for 'edx-dl'
|
|
pkgname=edx-dl
|
|
version=0.1.9
|
|
revision=1
|
|
build_style=python3-module
|
|
pycompile_module="edx_dl"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-BeautifulSoup4 python3-html5lib python3-setuptools
|
|
python3-youtube-dl"
|
|
short_desc="Tool to download video lectures from edx.org"
|
|
maintainer="iaroki <iaroki@protonmail.com>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="https://github.com/coursera-dl/edx-dl"
|
|
distfiles="${PYPI_SITE}/e/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=ae07358f53c529fc7a94a6fcc883b81abf3d07a24f62fa6fcffdf92b39d38e42
|
|
noarch=yes
|