Files
meta-musicians/recipes-musicians/gmidimonitor/gmidimonitor_3.6.bb
Andreas Müller e55aae0802 All recipes: Auto change licenses to SPDX
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2022-03-10 23:35:27 +01:00

18 lines
473 B
BlitzBasic

SUMMARY = "GTK+ application that shows MIDI events"
LICENSE = "LGPL-2.0-only & PD"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=f1e8b3e96c0abf4e3abb3b0f8e8eaf7f \
file://COPYING.icon;md5=1d49e879912b1ea962200c42d117ca6c \
"
inherit meson pkgconfig gtk-icon-cache
DEPENDS += " \
gtk+3 \
jack \
"
SRC_URI = "git://github.com/schnitzeltony/gmidimonitor.git;branch=master;protocol=https"
SRCREV = "af366f49970ed91a414e5b832a13436417be4bdb"
S = "${WORKDIR}/git"