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