void-packages/srcpkgs/streamlink/template
2025-03-02 20:57:20 -05:00

22 lines
1,008 B
Bash

# Template file for 'streamlink'
pkgname=streamlink
version=7.1.3
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
python3-urllib3 python3-certifi python3-trio python3-trio-websocket"
checkdepends="$depends python3-pytest python3-requests-mock python3-pytest-trio python3-freezegun"
short_desc="Utility extracting streams from services, forked from livestreamer"
maintainer="Tom Strausbaugh <tstrausbaugh@straustech.net>"
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=f64b1a499b6d42af3965a39f30aef2e9e36f3d2d32a3311b8688af342bd5ba7a
make_check_pre="env PYTHONPATH=src"
post_install() {
vlicense LICENSE
}