20 lines
607 B
Bash
20 lines
607 B
Bash
# Template file for 'pyradio'
|
|
pkgname=pyradio
|
|
version=0.8.7.1
|
|
revision=1
|
|
archs=noarch
|
|
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=92ea2862053ce8e831c8b108c06806664e7c9a6f0b8649b3bd780f710914b8d8
|
|
|
|
post_install() {
|
|
vman pyradio.1
|
|
vlicense LICENCE
|
|
}
|