mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
New package: mpc-0.23 (close #133).
This commit is contained in:
parent
c8cb6b831c
commit
085d75845a
1 changed files with 23 additions and 0 deletions
23
srcpkgs/mpc/template
Normal file
23
srcpkgs/mpc/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Template file for 'mpc'
|
||||||
|
pkgname=mpc
|
||||||
|
version=0.23
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="libmpdclient-devel"
|
||||||
|
short_desc="Minimalist command line interface to MPD"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://www.musicpd.org/clients/mpc/"
|
||||||
|
distfiles="http://www.musicpd.org/download/mpc/${version%.*}/mpc-${version}.tar.bz2"
|
||||||
|
checksum=29bab8f3018507c761eabcd9bb86856b3c3436f3ee1ba0456b0e17fc1c3729c7
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vinstall doc/mpc-completion.bash 644 usr/share/bash-completion/completions mpc
|
||||||
|
}
|
||||||
|
|
||||||
|
mpc_package() {
|
||||||
|
pkg_install() {
|
||||||
|
vmove all
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue