mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 17:43:51 +02:00
New package: rmpc-0.8.0
This commit is contained in:
parent
06964f67b0
commit
35e096acf7
1 changed files with 20 additions and 0 deletions
20
srcpkgs/rmpc/template
Normal file
20
srcpkgs/rmpc/template
Normal 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"
|
||||
}
|
Loading…
Add table
Reference in a new issue