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