cpp-argparse: added recipe

Added recipe for C++ argparse library

Signed-off-by: Yishai Jaffe <yishai1999@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Yishai Jaffe 2025-07-08 20:16:47 +03:00 committed by Khem Raj
parent eb6b6b1d35
commit 47563aee3a
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -0,0 +1,13 @@
SUMMARY = "Argument Parser for Modern C++"
HOMEPAGE = "https://github.com/p-ranav/argparse"
BUGTRACKER = "https://github.com/p-ranav/argparse/issues"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=4f3ed9ec2c801700ac8fda1fcd29a330"
SRCREV = "3eda91b2e1ce7d569f84ba295507c4cd8fd96910"
SRC_URI = "git://github.com/p-ranav/argparse.git;branch=master;protocol=https;tag=v${PV}"
inherit cmake
EXTRA_OECMAKE = "-DARGPARSE_BUILD_TESTS=OFF"
BBCLASSEXTEND = "native nativesdk"