void-packages/srcpkgs/mpc/template
2019-06-15 13:13:50 +02:00

19 lines
743 B
Bash

# Template file for 'mpc'
pkgname=mpc
version=0.32
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="maxice8 <thinkabit.ukim@gmail.com>"
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=7961d95b7ce019996beab281cf957e905667c989c53fffd13ade5e62fea331c7
post_install() {
vinstall contrib/mpc-completion.bash 644 usr/share/bash-completion/completions mpc
}