void-packages/srcpkgs/pyradio/template
2021-10-09 08:01:34 -04:00

21 lines
667 B
Bash

# Template file for 'pyradio'
pkgname=pyradio
version=0.8.9.9
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-requests python3-dnspython"
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=9114254088e294bf06399f892c08056d86172bd32c40869474347eb846a965f3
make_check=no # pytest reports "no tests ran"
post_install() {
vman pyradio.1
vlicense LICENCE
}