Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [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=80cb066ab204c7fe022f1cfe0c2c6818" |
| 5 | |
| 6 | SRCREV = "776fa4a1e8bda860008524f6dd9473967c8375b1" |
| 7 | SRC_URI = "git://git@github.com/taocpp/PEGTL.git;protocol=https;branch=master \ |
| 8 | file://0001-Fix-clang-warning-about-non-virtual-dtor.patch \ |
| 9 | " |
| 10 | |
| 11 | inherit cmake |
| 12 | |
| 13 | S = "${WORKDIR}/git" |