1SUMMARY = "A minimalist command line interface to the Music Player Daemon" 2LICENSE = "GPL-2.0-only" 3LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" 4HOMEPAGE = "https://www.musicpd.org/clients/mpc/" 5 6inherit meson pkgconfig 7 8DEPENDS += "libmpdclient" 9 10SRC_URI = "git://github.com/MusicPlayerDaemon/mpc;branch=master;protocol=https" 11SRCREV = "31c900b79b3a1cd7f2944e92f24223d12589fdaa" 12 13S = "${WORKDIR}/git" 14