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 | |
Andrew Geissler | bffdb3e | 2020-08-21 16:13:29 -0500 | [diff] [blame] | 8 | DEPENDS += "libmpdclient" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 9 | |
Andrew Geissler | bffdb3e | 2020-08-21 16:13:29 -0500 | [diff] [blame] | 10 | SRC_URI = "git://github.com/MusicPlayerDaemon/mpc" |
| 11 | SRCREV = "ef16b280052ef0320cb80f79d74c8ce0324005ed" |
| 12 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 13 | S = "${WORKDIR}/git" |