blob: 3e690ae53e6e94e8540674a719dc62a4e11cee6f (
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
31
|
pkgbase = pyradio-git
pkgdesc = Internet radio player for the command line
pkgver = 0.9.2.21
pkgrel = 1
url = http://www.coderholic.com/pyradio/
arch = any
license = MIT
makedepends = git
makedepends = python-setuptools
makedepends = python-pip
makedepends = python-wheel
makedepends = python-build
makedepends = python-installer
depends = python-dnspython
depends = python-requests
depends = python-psutil
depends = python-dateutil
depends = python-netifaces
depends = python-rich
depends = xdg-utils
depends = ttf-dejavu
optdepends = mplayer: as backend
optdepends = mpv: as backend
optdepends = vlc: as backend
optdepends = mkvtoolnix-cli: fix mplayer recordings, add chapters to recordings
provides = pyradio
conflicts = pyradio
source = pyradio-git::git+https://github.com/coderholic/pyradio.git
sha256sums = SKIP
pkgname = pyradio-git
|