New package: pyradio-0.7.9

fixes https://github.com/void-linux/void-packages/issues/14181
This commit is contained in:
Lugubris 2019-09-04 06:00:31 +00:00 committed by Helmut Pozimski
parent c214e54c7f
commit d780d53f20
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,5 @@
To make pyradio work one of these must be installed:
- mpv & socat
- mplayer
- vlc

21
srcpkgs/pyradio/template Normal file
View File

@ -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
}