summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test/trompeloeil/trompeloeil_v47.bb
blob: 788a15dba271590d0a15b29e15e0f4c9f96de542 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "A popular statically typed mocking framework for C++14 and later"
HOMEPAGE = "https://trompeloeil.github.io"
LICENSE = "BSL-1.0"
LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c"

SRC_URI = "git://github.com/rollbear/trompeloeil.git;branch=main;protocol=https"
SRCREV = "ad9bc41b1e01ae92802de59a12d19cf7c8683d6d"

S = "${WORKDIR}/git"

inherit cmake

# Header-only library
RDEPENDS:${PN}-dev = ""
RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"