void-packages/srcpkgs/ncmpc/template
2019-04-12 03:31:37 -03:00

21 lines
715 B
Bash

# Template file for 'ncmpc'
pkgname=ncmpc
version=0.34
revision=1
build_style=meson
configure_args="-Dlirc=disabled"
hostmakedepends="pkg-config python3-Sphinx"
makedepends="boost-devel libmpdclient-devel ncurses-devel pcre-devel"
short_desc="Ncurses-based mpd client"
maintainer="Getty Ritter <gettyritter@gmail.com>"
license="GPL-2.0-or-later"
homepage="https://www.musicpd.org/clients/ncmpc/"
distfiles="https://www.musicpd.org/download/ncmpc/0/ncmpc-${version}.tar.xz"
checksum=14c5b1dc78e83fa838fb049db76c00706686c98991600a87d2c57ec2b6c9e857
post_install() {
vmkdir usr/share/examples/ncmpc
mv ${DESTDIR}/usr/share/doc/ncmpc/{config.sample,keys.sample,ncmpc.lirc} \
${DESTDIR}/usr/share/examples/ncmpc/
}