mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
Merge pull request #5053 from WKuipers/master
New package: streamlink-0.0.2
This commit is contained in:
commit
a9bee4c8fc
1 changed files with 19 additions and 0 deletions
19
srcpkgs/streamlink/template
Normal file
19
srcpkgs/streamlink/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'streamlink'
|
||||||
|
pkgname=streamlink
|
||||||
|
version=0.0.2
|
||||||
|
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=c443f46cfca540ecd04b6439e337d466f3bf9fc0df074bcfa69ad27ddb63c7a4
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue