diff --git a/recipes-liri/slime-engine/slime-engine_git.bb b/recipes-liri/slime-engine/slime-engine_git.bb new file mode 100644 index 00000000..ab88db06 --- /dev/null +++ b/recipes-liri/slime-engine/slime-engine_git.bb @@ -0,0 +1,22 @@ +SUMMARY = "A QML webview wrapper to support both QtWebEngine and Oxide" +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = " \ + file://LICENSE;md5=959bffe2993816eb32ec4bc1ec1d5875 \ +" + +inherit qmake5 + +PV = "0.0.0+git${SRCPV}" + +SRC_URI = "git://github.com/tim-sueberkrueb/${BPN}.git" +SRCREV = "9d2fd26da9c38b2e5c4c1c4d994b193213559e2f" +S = "${WORKDIR}/git" + +RDEPENDS_${PN} += " \ + qtwebengine-qmlplugins \ + qtdeclarative-qmlplugins \ +" + +FILES_${PN} += " \ + ${OE_QMAKE_PATH_QML}/SlimeEngine \ +"