Brad Bishop | 868407c | 2019-11-04 13:24:47 -0500 | [diff] [blame] | 1 | DESCRIPTION="header-only library for creating parsers according to Parsing Expression Grammar" |
2 | HOMEPAGE="https://github.com/taocpp/PEGTL" | ||||
3 | LICENSE="MIT" | ||||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ae77b0d903a788cb48f4f0926ffc468b" | ||||
5 | |||||
6 | SRCREV = "7aff80da2ca4fcb0b47f32ba684ff2e1cd48c579" | ||||
7 | SRC_URI = "git://github.com/taocpp/PEGTL.git;protocol=https;branch=2.x \ | ||||
8 | " | ||||
9 | |||||
10 | inherit cmake | ||||
11 | |||||
12 | S = "${WORKDIR}/git" |