blob: 41abe7108a9fc8254346758e6e9114d56c2d1ed5 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "A minimalist command line interface to the Music Player Daemon"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
4HOMEPAGE = "https://www.musicpd.org/clients/mpc/"
5
6inherit meson
7
8DEPENDS += " \
9 libmpdclient \
10"
11
12SRC_URI = " \
13 git://github.com/MusicPlayerDaemon/mpc \
14"
15SRCREV = "59875acdf34e5f0eac0c11453c49daef54f78413"
16S = "${WORKDIR}/git"