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