diff --git a/srcpkgs/rmpc/template b/srcpkgs/rmpc/template new file mode 100644 index 00000000000..5ab3eb45a9b --- /dev/null +++ b/srcpkgs/rmpc/template @@ -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 " +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" +}