blob: dcfc3df0bf55f01683fce36e3954b4cfb165ef4f [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
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -05008DEPENDS += "libmpdclient"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08009
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -050010SRC_URI = "git://github.com/MusicPlayerDaemon/mpc"
11SRCREV = "ef16b280052ef0320cb80f79d74c8ce0324005ed"
12
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080013S = "${WORKDIR}/git"