mpc: new recipe

Signed-off-by: Max Kellermann <max.kellermann@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Max Kellermann
2018-09-24 13:06:29 +02:00
committed by Khem Raj
parent e307d43e75
commit ddf5db65ce
@@ -0,0 +1,16 @@
SUMMARY = "A minimalist command line interface to the Music Player Daemon"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
HOMEPAGE = "https://www.musicpd.org/clients/mpc/"
inherit meson
DEPENDS += " \
libmpdclient \
"
SRC_URI = " \
git://github.com/MusicPlayerDaemon/mpc \
"
SRCREV = "6fc4e639152daeebb19e0fdfb277252acc734fc5"
S = "${WORKDIR}/git"