New package: pyradio-0.7.9
fixes https://github.com/void-linux/void-packages/issues/14181
This commit is contained in:
parent
c214e54c7f
commit
d780d53f20
|
@ -0,0 +1,5 @@
|
|||
To make pyradio work one of these must be installed:
|
||||
|
||||
- mpv & socat
|
||||
- mplayer
|
||||
- vlc
|
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'pyradio'
|
||||
pkgname=pyradio
|
||||
version=0.7.9
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_style=python3-module
|
||||
pycompile_module="pyradio"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
short_desc="Curses based internet radio player"
|
||||
maintainer="Lugubris <lugubris@disroot.org>"
|
||||
license="MIT"
|
||||
homepage="http://www.coderholic.com/pyradio/"
|
||||
changelog="https://raw.githubusercontent.com/coderholic/pyradio/master/ChangeLog"
|
||||
distfiles="https://github.com/coderholic/pyradio/archive/${version}.tar.gz"
|
||||
checksum=a11e487a715c413cff5f80967dec41ba38888a1b1901237bb1fa018c8ac49499
|
||||
|
||||
post_install() {
|
||||
vman pyradio.1
|
||||
vlicense LICENCE
|
||||
}
|
Loading…
Reference in New Issue