void-packages/srcpkgs/pyradio/template
2020-10-27 09:14:39 -05:00

19 lines
594 B
Bash

# Template file for 'pyradio'
pkgname=pyradio
version=0.8.7.3
revision=1
build_style=python3-module
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=a483ac1601fc89ee3a72fb30b290e06f58dc585b07acec6d776b2640ab7c90f6
post_install() {
vman pyradio.1
vlicense LICENCE
}