19 lines
740 B
Bash
19 lines
740 B
Bash
# Template file for 'mpc'
|
|
pkgname=mpc
|
|
version=0.33
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="-Dtest=true -Ddocumentation=enabled"
|
|
hostmakedepends="pkg-config python3-Sphinx"
|
|
makedepends="libmpdclient-devel check-devel"
|
|
short_desc="Minimalist command line interface to MPD"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://www.musicpd.org/clients/mpc/"
|
|
#changelog="https://raw.githubusercontent.com/MusicPlayerDaemon/mpc/master/NEWS"
|
|
distfiles="https://www.musicpd.org/download/mpc/${version%.*}/mpc-${version}.tar.xz"
|
|
checksum=4f40ccbe18f5095437283cfc525a97815e983cbfd3a29e48ff610fa4f1bf1296
|
|
|
|
post_install() {
|
|
vinstall contrib/mpc-completion.bash 644 usr/share/bash-completion/completions mpc
|
|
}
|