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