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