# Template file for 'pyradio' pkgname=pyradio version=0.9.3.9 revision=1 build_style=python3-pep517 hostmakedepends="python3-wheel" depends="python3-requests python3-dnspython python3-psutil python3-rich python3-dateutil python3-netifaces" short_desc="Curses based internet radio player" maintainer="chrysos349 " 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=59c1cffd46820979817a5af153d9c78a757c15af08995bcfc33b85da0563fa9d make_check=no # pytest reports "no tests ran" post_patch() { vsed -e 's/distro = None/distro = Void Linux/' -i pyradio/config } post_install() { for m in docs/*.1; do vman $m done vlicense LICENSE vinstall devel/pyradio.desktop 644 /usr/share/applications vinstall devel/pyradio.png 644 /usr/share/icons/hicolor/512x512/apps vdoc "${FILESDIR}/README.voidlinux" }