summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/pegtl/pegtl_2.1.4.bb
blob: f41eef2a0181392d28d5255066b299249d6eb2c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
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=80cb066ab204c7fe022f1cfe0c2c6818"

SRCREV = "776fa4a1e8bda860008524f6dd9473967c8375b1"
SRC_URI = "git://git@github.com/taocpp/PEGTL.git;protocol=https;branch=master"

inherit cmake

S = "${WORKDIR}/git"