diff --git a/files/licenses/SUNDOWN b/files/licenses/SUNDOWN new file mode 100644 index 00000000..56c55282 --- /dev/null +++ b/files/licenses/SUNDOWN @@ -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. + diff --git a/recipes-misc/markdown-qt/markdown-qt_git.bb b/recipes-misc/markdown-qt/markdown-qt_git.bb new file mode 100644 index 00000000..7ce88f72 --- /dev/null +++ b/recipes-misc/markdown-qt/markdown-qt_git.bb @@ -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