14 lines
560 B
Bash
14 lines
560 B
Bash
# Template file for 'edx-dl'
|
|
pkgname=edx-dl
|
|
version=0.1.13
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-BeautifulSoup4 python3-html5lib python3-setuptools
|
|
python3-youtube-dl python3-requests"
|
|
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=62c764edf4c2cd4974467c8019b51283d24cc73911c197a245471ac293a9b93f
|