qmlarkdown: add a preliminary version
It is far from complete but I did use it already to revamp github repos Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -13,7 +13,7 @@ DEPENDS = " \
|
||||
"
|
||||
|
||||
SRC_URI = "gitsm://github.com/schnitzeltony/markdown-qt.git"
|
||||
SRCREV = "1e514ed17ca16986dce0302f09bca0191765c591"
|
||||
SRCREV = "75919117ee0e18ad053ebf9f0956167f44c9e50f"
|
||||
PV = "0.0.1+git${SRCPV}"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
20
recipes-misc/recipes-markdown/qmlarkdown.bb
Normal file
20
recipes-misc/recipes-markdown/qmlarkdown.bb
Normal file
@@ -0,0 +1,20 @@
|
||||
SUMMARY = "Simple WYSIWYG CommonMark(down) editor "
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE;md5=5b4473596678d62d9d83096273422c8c \
|
||||
"
|
||||
|
||||
DEPENDS = " \
|
||||
cmark \
|
||||
qtbase \
|
||||
qtdeclarative \
|
||||
qtquickcontrols2 \
|
||||
qtwebengine \
|
||||
"
|
||||
|
||||
SRC_URI = "gitsm://github.com/schnitzeltony/qmlarkdown.git"
|
||||
SRCREV = "2ccb24c4c48b80589f59d95f511f54ea8cc06801"
|
||||
PV = "0.0.0+git${SRCPV}"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake_qt5
|
||||
Reference in New Issue
Block a user