From 59bed2ad629f400c2eefb4a00d1347f835ae10e2 Mon Sep 17 00:00:00 2001 From: Lugubris Date: Wed, 4 Sep 2019 06:00:31 +0000 Subject: [PATCH] New package: pyradio-0.7.9 fixes https://github.com/void-linux/void-packages/issues/14181 --- srcpkgs/pyradio/INSTALL.msg | 5 +++++ srcpkgs/pyradio/template | 21 +++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 srcpkgs/pyradio/INSTALL.msg create mode 100644 srcpkgs/pyradio/template diff --git a/srcpkgs/pyradio/INSTALL.msg b/srcpkgs/pyradio/INSTALL.msg new file mode 100644 index 00000000000..f3ae4fba849 --- /dev/null +++ b/srcpkgs/pyradio/INSTALL.msg @@ -0,0 +1,5 @@ +To make pyradio work one of these must be installed: + + - mpv & socat + - mplayer + - vlc diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template new file mode 100644 index 00000000000..aaac30cf248 --- /dev/null +++ b/srcpkgs/pyradio/template @@ -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 " +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 LICENCE +}