vp-build/srcpkgs/pyradio/template

22 lines
632 B
Bash

# Template file for 'pyradio'
pkgname=pyradio
version=0.8.5
revision=2
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=0f6cfe11385276d4728f0f3e48fed28e041320ed3b2b69f6d59e4c85cf092564
post_install() {
vman pyradio.1
vlicense LICENCE
}