Andrew Geissler | eff2747 | 2021-10-29 15:35:00 -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=5b6701671289d12b7ffa69138832c006" | ||||
5 | |||||
6 | SRC_URI = "git://github.com/taocpp/PEGTL.git;protocol=https;branch=main" | ||||
7 | SRCREV = "6d03c8decc22b4ddd51115e2170e0e82413c7104" | ||||
8 | |||||
9 | inherit cmake | ||||
10 | |||||
11 | S = "${WORKDIR}/git" | ||||
12 | |||||
13 | CXXFLAGS += " -Wno-error=type-limits" |