# Contributor: Sören Tempel # Maintainer: Natanael Copa pkgname=mpc pkgver=0.32 pkgrel=0 pkgdesc="Minimalist command line interface to MPD" url="https://www.musicpd.org/clients/mpc/" arch="all" license="GPL-2.0-or-later" makedepends="libmpdclient-dev py-sphinx meson check-dev" subpackages="$pkgname-bash-completion:bashcomp:noarch $pkgname-doc" source="https://www.musicpd.org/download/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz" build() { meson \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ --buildtype=release \ -Dtest=true \ . output ninja -C output } check() { ninja -C output test } package() { DESTDIR="$pkgdir" ninja -C output install } bashcomp() { depends="" pkgdesc="Bash completions for $pkgname" install_if="$pkgname=$pkgver-r$pkgrel bash-completion" mkdir -p "$subpkgdir"/usr/share/bash-completion/completions mv "$pkgdir"/usr/share/doc/mpc/contrib/mpc-completion.bash \ "$subpkgdir"/usr/share/bash-completion/completions/$pkgname } sha512sums="1913249da8b29123005a9877ff2e68f9469f8fd48f5411ea0e651255c93fbe14ef6029dadc7d256a99b566085dc19f4c62bdcf55260b27de3d088b8e9c17fcde mpc-0.32.tar.xz"