trompeloeil: new recipe

A thread-safe header-only mocking framework for C++11/14

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Sven Fischer 2024-06-14 00:29:51 +02:00 committed by Khem Raj
parent 9c7a48afe0
commit f58552c014
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -0,0 +1,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})"