blob: c444b3999a9adaeac829bb0e15118a52daa8606b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = ytcc
pkgdesc = Command line tool to keep track of playlists
pkgver = 2.6.1
pkgrel = 3
url = https://github.com/woefe/ytcc
arch = any
license = GPL3
makedepends = git
makedepends = python-setuptools
depends = python-click
depends = yt-dlp
depends = python-wcwidth
optdepends = mpv
optdepends = fzf
optdepends = youtube-dl
source = https://github.com/woefe/ytcc/archive/v2.6.1.tar.gz
sha256sums = abd6d26d8c1a0ad5787cf890b08ddf1cb685c2e26f353abb168da49a40974e3c
pkgname = ytcc
|