xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/cmark/cmark_0.30.2.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "CommonMark parsing and rendering library and program in C"
2HOMEPAGE = "https://github.com/commonmark/cmark"
3LICENSE = "BSD-2-Clause & MIT"
4LIC_FILES_CHKSUM = "file://COPYING;md5=81f9cae6293cc0345a9144b78152ab62"
5
6SRC_URI = "git://github.com/commonmark/cmark.git;branch=master;protocol=https"
7SRCREV = "a8da5a2f252b96eca60ae8bada1a9ba059a38401"
8S = "${WORKDIR}/git"
9
10inherit cmake lib_package
11
12EXTRA_OECMAKE += " \
13    -DCMARK_TESTS=OFF \
14    -DCMARK_STATIC=OFF \
15"
16