23 lines
752 B
Bash
23 lines
752 B
Bash
# Template file for 'streamlink'
|
|
pkgname=streamlink
|
|
version=0.7.0
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python3-module
|
|
pycompile_module="streamlink streamlink_cli"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools python3-requests python3-crypto python3-pycountry"
|
|
short_desc="Utility extracting streams from services, forked from livestreamer"
|
|
maintainer="wkuipers <wietse@kuiprs.nl>"
|
|
license="2-clause-BSD"
|
|
homepage="https://streamlink.github.io/"
|
|
distfiles="https://github.com/streamlink/streamlink/releases/download/${version}/streamlink-${version}.tar.gz"
|
|
checksum=9db26afd21f84bcc8b13f6a93e1a2d2261228e76809de7e25eaf1157e59ddb1a
|
|
|
|
export STREAMLINK_USE_PYCRYPTO=1
|
|
export STREAMLINK_USE_PYCOUNTRY=1
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|