# Template file for 'rmpc'
pkgname=rmpc
version=0.11.0
revision=1
build_style=cargo
short_desc="TUI MPD client with album art support"
maintainer="Will Reed <wreed@disroot.org>"
license="BSD-3-Clause"
homepage="https://mierak.github.io/rmpc"
changelog="https://raw.githubusercontent.com/mierak/rmpc/refs/heads/master/CHANGELOG.md"
distfiles="https://github.com/mierak/rmpc/archive/refs/tags/v${version}.tar.gz"
checksum=930019066228d18e9530a8c0d77f10e231ab5efbbbca73b331efcd6fbb47557d

post_install() {
	vman "target/man/rmpc.1"
	vcompletion "target/completions/_rmpc" zsh rmpc
	vcompletion "target/completions/rmpc.bash" bash rmpc
	vcompletion "target/completions/rmpc.fish" fish rmpc
	vlicense "LICENSE"
}
