20 lines
663 B
Bash
20 lines
663 B
Bash
# Template file for 'streamlink'
|
|
pkgname=streamlink
|
|
version=0.2.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=a7431590525b5fd1ec024e080f9cb8254b51be8993f0453548c4ff37926cac39
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|