md-juggler: initial add 0.0.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
16
recipes-schnitzeltony/recipes-markdown/md-juggler.bb
Normal file
16
recipes-schnitzeltony/recipes-markdown/md-juggler.bb
Normal file
@@ -0,0 +1,16 @@
|
||||
SUMMARY = "Qt markdown report generator "
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE;md5=5b4473596678d62d9d83096273422c8c \
|
||||
"
|
||||
|
||||
DEPENDS = " \
|
||||
qtbase \
|
||||
"
|
||||
|
||||
SRC_URI = "git://github.com/schnitzeltony/md-juggler.git"
|
||||
SRCREV = "db9094b328863e301a0e691c7412befd84c17e7b"
|
||||
PV = "0.0.0+git${SRCPV}"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake_qt5
|
||||
Reference in New Issue
Block a user