aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/pegtl/pegtl_2.8.2.bb
blob: 42aa655b24ba3da008c3d59076eee60d4ac045a1 (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=6a5195f720a8d436a4148e0cb8660400"

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

inherit cmake

S = "${WORKDIR}/git"