20 lines
642 B
Bash
20 lines
642 B
Bash
# Template file for 'streamlink'
|
|
pkgname=streamlink
|
|
version=0.1.0
|
|
revision=1
|
|
build_style=python3-module
|
|
pycompile_module="streamlink streamlink_cli"
|
|
noarch=yes
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools python3-requests"
|
|
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=8284d16622e70e3b56e5f43695c418972c37d6073b21d51d79644405e55b1544
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|