blob: a06be87531df5df33548f4ae1da350aae6d57486 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
pkgbase = youtube-viewer-git
pkgdesc = Command line utility for searching and streaming videos from YouTube.
pkgver = 3.7.3
pkgrel = 1
url = https://github.com/trizen/youtube-viewer
arch = any
license = Artistic2.0
makedepends = git
depends = perl
depends = perl-data-dump
depends = perl-json
depends = perl-lwp-protocol-https
depends = perl-libwww
optdepends = ffmpeg: conversions and MKV merging
optdepends = perl-json-xs: faster JSON parsing
optdepends = perl-lwp-useragent-cached: local cache support
optdepends = perl-term-readline-gnu: better STDIN support (+history)
optdepends = perl-unicode-linebreak: print results in a fixed-width format (-W)
optdepends = mpv: play videos with MPV (recommended)
optdepends = mplayer: play videos with MPlayer
optdepends = vlc: play videos with VLC
optdepends = wget: download videos with wget
optdepends = youtube-dl: play videos with encrypted signatures
provides = youtube-viewer
conflicts = youtube-viewer
source = git+https://github.com/trizen/youtube-viewer.git
md5sums = SKIP
pkgname = youtube-viewer-git
|