20 lines
644 B
Bash
20 lines
644 B
Bash
# Template file for 'ncmpc'
|
|
pkgname=ncmpc
|
|
version=0.29
|
|
revision=1
|
|
build_style=meson
|
|
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=ef68a9b67172383ea80ee46579015109433fa058728812d2b0ebede660d85f12
|
|
|
|
post_install() {
|
|
vmkdir usr/share/examples/ncmpc
|
|
mv ${DESTDIR}/usr/share/doc/ncmpc/{config.sample,keys.sample,ncmpc.lirc} \
|
|
${DESTDIR}/usr/share/examples/ncmpc/
|
|
}
|