24 lines
947 B
Bash
24 lines
947 B
Bash
# Template file for 'ncmpc'
|
|
pkgname=ncmpc
|
|
version=0.49
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="-Dlirc=disabled -Dhtml_manual=false
|
|
-Dlyrics_screen=true -Dlyrics_plugin_dir=/usr/libexec/ncmpc/lyrics"
|
|
hostmakedepends="pkg-config python3-Sphinx gettext"
|
|
makedepends="libmpdclient-devel ncurses-devel pcre2-devel"
|
|
depends="python3-html5lib python3-requests python3-BeautifulSoup4"
|
|
short_desc="Ncurses-based mpd client"
|
|
maintainer="ologantr <mrphyber@protonmail.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=65bbec0ede9e6bcf62ac647b0c706485beb2bdd5db70ca8d60103f32f162cf29
|
|
|
|
post_install() {
|
|
vmkdir usr/share/examples/ncmpc
|
|
mv ${DESTDIR}/usr/share/doc/ncmpc/{config.sample,keys.sample,ncmpc.lirc} \
|
|
${DESTDIR}/usr/share/examples/ncmpc/
|
|
}
|