void-packages/srcpkgs/pyradio/template

22 lines
738 B
Bash

# Template file for 'pyradio'
pkgname=pyradio
version=0.9.2.13
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-requests python3-dnspython python3-psutil python3-rich"
short_desc="Curses based internet radio player"
maintainer="Eloi Torrents <eloitor@disroot.org>"
license="MIT"
homepage="https://www.coderholic.com/pyradio/"
changelog="https://raw.githubusercontent.com/coderholic/pyradio/master/Changelog"
distfiles="https://github.com/coderholic/pyradio/archive/${version}.tar.gz"
checksum=e1cdbcd01c5abc25e90d83980732277e942cc64f635751b851f4f3fec23315c7
make_check=no # pytest reports "no tests ran"
post_install() {
vman pyradio.1
vlicense LICENCE
vdoc "${FILESDIR}/README.voidlinux"
}