17 lines
570 B
Bash
17 lines
570 B
Bash
# Template file for 'mpc'
|
|
pkgname=mpc
|
|
version=0.27
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libmpdclient-devel"
|
|
short_desc="Minimalist command line interface to MPD"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="http://www.musicpd.org/clients/mpc/"
|
|
distfiles="http://www.musicpd.org/download/mpc/${version%.*}/mpc-${version}.tar.xz"
|
|
checksum=45a2be0a6dea65ed43f631294c24e74b83c8ee66d1ba6ab47d0744ddb1e62064
|
|
|
|
post_install() {
|
|
vinstall doc/mpc-completion.bash 644 usr/share/bash-completion/completions mpc
|
|
}
|