New package: rmpc-0.8.0

This commit is contained in:
Will Reed 2025-04-25 22:30:17 -05:00 committed by classabbyamp
parent 06964f67b0
commit 35e096acf7

20
srcpkgs/rmpc/template Normal file
View file

@ -0,0 +1,20 @@
# Template file for 'rmpc'
pkgname=rmpc
version=0.8.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="f2ff534ad662d6bb033f1715c27406718eb7025655f5c30c94a6b051e3a1c371"
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"
}