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