From 4e5224db11557ff74407946951fd5333589d3afe 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 | 20 ++++++++++++++++++++ 2 files changed, 25 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..2c7d48a393b --- /dev/null +++ b/srcpkgs/pyradio/template @@ -0,0 +1,20 @@ +# Template file for 'pyradio' +pkgname=pyradio +version=0.7.9 +revision=1 +build_style=python3-module +pycompile_module="pyradio" +hostmakedepends="python3" +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 licenses/mit.txt LICENSE +}