mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
md4c: added md4c lib
MD4C is Markdown parser implementation in C. Signed-off-by: Sebastian Suesens <sebastian.suesens@baslerweb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
4a0e41431e
commit
0c1f379f42
17
meta-oe/recipes-support/md4c/md4c_0.4.8.bb
Normal file
17
meta-oe/recipes-support/md4c/md4c_0.4.8.bb
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user