aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/span-lite/span-lite_0.10.1.bb
blob: 15ba09982679d9346ca74e358207c51894e6d284 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SUMMARY = "single-file header-only version of a C++20-like span for C++98, C++11 and later"
HOMEPAGE = "https://github.com/martinmoene/span-lite"
LICENSE = "BSL-1.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c"

SRC_URI += "git://github.com/martinmoene/span-lite"
SRCREV = "da49b231a25600b4431e00b564a6a20be95c1108"

S = "${WORKDIR}/git"

inherit cmake
inherit ptest