Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -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=6a5195f720a8d436a4148e0cb8660400" | ||||
5 | |||||
6 | SRCREV = "47e878ad4fd72c91253c9d47b6f17e001ca2dfcf" | ||||
7 | SRC_URI = "git://github.com/taocpp/PEGTL.git;protocol=https;branch=2.x \ | ||||
8 | " | ||||
9 | |||||
10 | inherit cmake | ||||
11 | |||||
12 | S = "${WORKDIR}/git" |