added my Recipes

This commit is contained in:
2024-07-11 14:16:35 +02:00
parent 38bc4f53ac
commit 09b621d929
7118 changed files with 525762 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
SUMMARY = "Markdown for C"
DESCRIPTION = "MD4C is Markdown parser implementation in C."
HOMEPAGE = "http://github.com/mity/md4c"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7e0fbcf3701aad22f2d2e0624a703795"
S = "${WORKDIR}/git"
SRC_URI = " \
git://github.com/mity/md4c.git;protocol=https;branch=master \
"
SRCREV = "c3340b480e5232711858108be07460a9836c8ab5"
inherit cmake