void-packages/srcpkgs/coursera-dl/template

20 lines
693 B
Bash
Raw Normal View History

2016-06-11 12:48:28 +00:00
# Template file for 'coursera-dl'
pkgname=coursera-dl
2016-06-21 10:11:41 +00:00
version=0.6.1
revision=2
build_style=python3-module
pycompile_module="coursera"
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-pyasn1 python3-html5lib
python3-BeautifulSoup4 python3-requests python3-six python3-keyring"
2016-06-11 12:48:28 +00:00
short_desc="Script for downloading Coursera.org videos and naming them"
maintainer="Michael Gehring <mg@ebfe.org>"
license="GPL-3"
homepage="https://github.com/coursera-dl/coursera-dl"
2016-06-21 10:11:41 +00:00
distfiles="${PYPI_SITE}/c/coursera-dl/coursera-dl-${version}.tar.gz"
checksum=b37e85d952006722f69ad0c09878f546c56fe2e74a9fb3138d147d55c77051eb
2016-06-11 12:48:28 +00:00
post_extract() {
sed -i 's/1.0b2/0.99999/' requirements.txt
}