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