summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-oe/recipes-extended/pegtl/pegtl_2.8.1.bb
blob: 7333363ecdce6f69b6159c2c2ba2f11b33051e15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION="header-only library for creating parsers according to Parsing Expression Grammar"
HOMEPAGE="https://github.com/taocpp/PEGTL"
LICENSE="MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ae77b0d903a788cb48f4f0926ffc468b"

SRCREV = "7aff80da2ca4fcb0b47f32ba684ff2e1cd48c579"
SRC_URI = "git://github.com/taocpp/PEGTL.git;protocol=https;branch=2.x \
          "

inherit cmake

S = "${WORKDIR}/git"