20 lines
683 B
Bash
20 lines
683 B
Bash
# Template file for 'pyradio'
|
|
pkgname=pyradio
|
|
version=0.8.9.20
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-requests python3-dnspython python3-psutil"
|
|
short_desc="Curses based internet radio player"
|
|
maintainer="Orphaned <orphan@voidlinux.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=dcb33926ad6c85e9f4873084454369d7fd5b768172c0c77d3e18e61307f08e82
|
|
make_check=no # pytest reports "no tests ran"
|
|
|
|
post_install() {
|
|
vman pyradio.1
|
|
vlicense LICENCE
|
|
}
|