blob: 7de3335abd15e5a3a7feb56f453e5ed7104c011c [file] [log] [blame]
William A. Kennington III via Openembedded-develd25baec2019-01-15 16:48:56 -08001SUMMARY = "C++11 command line parser"
2DESCRIPTION = "A command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface."
3HOMEPAGE = "https://github.com/CLIUtils/CLI11"
4LICENSE = "BSD-3-Clause"
Brad Bishop26bdd442019-08-16 17:08:17 -04005LIC_FILES_CHKSUM = "file://LICENSE;md5=b73927b18d5c6cd8d2ed28a6ad539733"
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -05006SRCREV = "5cb3efabce007c3a0230e4cc2e27da491c646b6c"
William A. Kennington III via Openembedded-develd25baec2019-01-15 16:48:56 -08007PV .= "+git${SRCPV}"
8
Andrew Geissler595f6302022-01-24 19:11:47 +00009SRC_URI += "gitsm://github.com/CLIUtils/CLI11;branch=v1;protocol=https"
William A. Kennington III via Openembedded-develd25baec2019-01-15 16:48:56 -080010
11S = "${WORKDIR}/git"
12
13inherit cmake
14inherit ptest
15
Brad Bishop90ca7472019-08-20 09:15:15 -040016# cli11 is a header only C++ library, so the main package will be empty.
Patrick Williams213cb262021-08-07 19:21:33 -050017RDEPENDS:${PN}-dev = ""