void-packages/srcpkgs/pyradio/template
2019-09-09 10:35:23 +02:00

21 lines
632 B
Bash

# Template file for 'pyradio'
pkgname=pyradio
version=0.8.0
revision=1
archs=noarch
build_style=python3-module
pycompile_module="pyradio"
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=2b1e0c4552580a5df5b464243f7b141bfabbb1ccfe4d1a72418b161d60c1ffc1
post_install() {
vman pyradio.1
vlicense LICENCE
}