1SUMMARY = "Markdown for C"
2DESCRIPTION = "MD4C is Markdown parser implementation in C."
3HOMEPAGE = "http://github.com/mity/md4c"
4
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE.md;md5=383f39920f391605af6e8e46e60e2378"
7
8
9S = "${WORKDIR}/git"
10
11SRC_URI = " \
12        git://github.com/mity/md4c.git;protocol=https;branch=master \
13"
14
15SRCREV = "729e6b8b320caa96328968ab27d7db2235e4fb47"
16
17inherit cmake
18