blob: 68cc897ee768365389a1e4bbd661f0f9521a9d19 (
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
|
pkgbase = pyradio-git
pkgdesc = Internet radio player for the command line
pkgver = 0.9.2.20
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
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
|