PKGNAME=ncmpc
PKGSEC=sound
PKGDEP="ncurses libmpdclient lirc boost fmt pcre"
BUILDDEP="sphinx"
PKGDES="Fully featured MPD client using ncurses"

ABTYPE=meson
MESON_AFTER=(
    '-Dlyrics_screen=true'
    '-Dchat_screen=true'
)
