markdown-qt: initial add 0.0.1+
This library has no user yet and is WIP. It is added for build test only Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
12
files/licenses/SUNDOWN
Normal file
12
files/licenses/SUNDOWN
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
Permission to use, copy, modify, and distribute this software for any
|
||||||
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
copyright notice and this permission notice appear in all copies.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||||
|
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||||
|
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||||
|
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||||
|
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
|
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
20
recipes-misc/markdown-qt/markdown-qt_git.bb
Normal file
20
recipes-misc/markdown-qt/markdown-qt_git.bb
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
SUMMARY = "A Qt/Qml wrapper library for markdown libraries cmark and sundown"
|
||||||
|
LICENSE = "GPLv3 & MIT & SUNDOWN"
|
||||||
|
LIC_FILES_CHKSUM = " \
|
||||||
|
file://LICENSE;md5=5b4473596678d62d9d83096273422c8c \
|
||||||
|
file://LICENSE.github-markdown-css;md5=915042b5df33c31a6db2b37eadaa00e3 \
|
||||||
|
file://LICENSE.sundown;beginline=117;endline=128;md5=2cd7bacd09353172bdd3ac13b6c59568 \
|
||||||
|
"
|
||||||
|
|
||||||
|
DEPENDS = " \
|
||||||
|
qtbase \
|
||||||
|
qtdeclarative \
|
||||||
|
cmark \
|
||||||
|
"
|
||||||
|
|
||||||
|
SRC_URI = "gitsm://github.com/schnitzeltony/markdown-qt.git"
|
||||||
|
SRCREV = "1e514ed17ca16986dce0302f09bca0191765c591"
|
||||||
|
PV = "0.0.1+git${SRCPV}"
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
inherit cmake_qt5
|
||||||
Reference in New Issue
Block a user