blob: 798488c5fb05c04359a44aad35ac0240b29eaab8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = cwitch
pkgdesc = CLI tool to watch Twitch live streams and videos with the help of mpv and yt-dlp.
pkgver = 0.3.0
pkgrel = 1
url = https://github.com/zefr0x/cwitch
arch = any
license = GPL3
makedepends = python-setuptools
depends = mpv
depends = python-mpv
depends = yt-dlp
depends = python-prompt_toolkit
source = cwitch-0.3.0.tar.gz::https://github.com/zefr0x/cwitch/archive/refs/tags/v0.3.0.tar.gz
sha512sums = a45735c00868a65b177fcddecdd1326e9b14572f1353f99eb510a7a983dad0d220c5150db71bdeba6c97369e038449fbf50e2a7d1f8f4241afa12c8955ad477c
pkgname = cwitch
|