void-packages/srcpkgs/streamlink/template
2020-10-10 10:22:48 -04:00

29 lines
1 KiB
Bash

# Template file for 'streamlink'
pkgname=streamlink
version=1.6.0
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-pycryptodome python3-pycountry
python3-pysocks python3-requests python3-websocket-client python3-isodate"
checkdepends="python3-pycryptodome python3-pycountry python3-pysocks
python3-pytest python3-mock python3-requests-mock python3-websocket-client
python3-isodate python3-freezegun"
short_desc="Utility extracting streams from services, forked from livestreamer"
maintainer="wkuipers <wietse@kuiprs.nl>"
license="BSD-2-Clause"
homepage="https://streamlink.github.io/"
changelog="https://raw.githubusercontent.com/streamlink/streamlink/master/CHANGELOG.md"
distfiles="https://github.com/streamlink/streamlink/releases/download/${version}/streamlink-${version}.tar.gz"
checksum=f7857a54ec55e32d6e90ebd770c9d5d1318791d8ecd8270e104a8b1968a308ab
export STREAMLINK_USE_PYCOUNTRY=1
do_check() {
PYTHONPATH="${PWD}/build/lib" python3 -m pytest
}
post_install() {
vlicense LICENSE
}