24 lines
980 B
Bash
24 lines
980 B
Bash
# Template file for 'streamlink'
|
|
pkgname=streamlink
|
|
version=4.3.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-wheel python3-versioningit"
|
|
depends="python3-lxml python3-pycryptodome python3-pycountry
|
|
python3-pysocks python3-requests python3-websocket-client python3-isodate"
|
|
checkdepends="$depends python3-pytest python3-mock python3-requests-mock
|
|
python3-freezegun"
|
|
short_desc="Utility extracting streams from services, forked from livestreamer"
|
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
|
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=49ab4f38f11308656e8cd241dff85fcc224bc2ff184e263ddbf6c74243f67d1f
|
|
make_check_pre="env PYTHONPATH=src"
|
|
make_check=ci-skip # some tests fail when running as root
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|