void-packages/srcpkgs/ncmpc/template
UsernameRandomlyGenerated fbdcd2ce50 ncmpc: update to 0.44.
2021-02-04 03:02:23 -03:00

21 lines
797 B
Bash

# Template file for 'ncmpc'
pkgname=ncmpc
version=0.44
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/"
changelog="https://raw.githubusercontent.com/MusicPlayerDaemon/ncmpc/master/NEWS"
distfiles="https://www.musicpd.org/download/ncmpc/0/ncmpc-${version}.tar.xz"
checksum=e9cf0ef9e052d55ec3e863f04724fd0cfe1a1e15e1c0017eed820906690eb58c
post_install() {
vmkdir usr/share/examples/ncmpc
mv ${DESTDIR}/usr/share/doc/ncmpc/{config.sample,keys.sample,ncmpc.lirc} \
${DESTDIR}/usr/share/examples/ncmpc/
}