mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
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
2 changed files with 26 additions and 0 deletions
5
srcpkgs/pyradio/INSTALL.msg
Normal file
5
srcpkgs/pyradio/INSTALL.msg
Normal 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
21
srcpkgs/pyradio/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue