19 lines
652 B
Bash
19 lines
652 B
Bash
# Template file for 'ncmpc'
|
|
pkgname=ncmpc
|
|
version=0.27
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="ncurses-devel glib-devel libmpdclient-devel"
|
|
short_desc="Ncurses-based mpd client"
|
|
maintainer="Getty Ritter <gettyritter@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="https://www.musicpd.org/clients/ncmpc/"
|
|
distfiles="https://www.musicpd.org/download/ncmpc/0/ncmpc-${version}.tar.xz"
|
|
checksum=f9a26a3fc869cfdf0a16b0ea3e6512c2fe28a031bbc71b1d24a2bf0bbd3e15d9
|
|
|
|
post_install() {
|
|
vmkdir usr/share/examples/ncmpc
|
|
mv ${DESTDIR}/usr/share/doc/ncmpc/{config.sample,keys.sample,ncmpc.lirc} \
|
|
${DESTDIR}/usr/share/examples/ncmpc/
|
|
}
|