vp-build/srcpkgs/curseradio/template

22 lines
682 B
Bash

# Template file for 'curseradio'
pkgname=curseradio
version=0.0.20171017
revision=3
noarch=yes
_commit=1bd4bd0faeec675e0647bac9a100b526cba19f8d
wrksrc="curseradio-${_commit}"
build_style=python3-module
pycompile_module="curseradio"
hostmakedepends="python3-setuptools"
depends="mpv python3-setuptools python3-lxml python3-requests python3-xdg"
short_desc="Command line radio player"
maintainer="Orphaned <orphan@voidlinux.eu>"
license="MIT"
homepage="https://github.com/chronitis/curseradio"
distfiles="https://github.com/chronitis/curseradio/archive/${_commit}.tar.gz"
checksum=2b14a9a4caa65b4456039e091a7f2c8dcc6b5b4c5af42be762d671d9d2cdf539
post_install() {
vlicense LICENSE
}