mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
15 lines
440 B
BlitzBasic
15 lines
440 B
BlitzBasic
|
SUMMARY = "This is a lightweight C++ option parser library, supporting the standard GNU style syntax for options."
|
||
|
HOMEPAGE = "https://github.com/jarro2783/cxxopts"
|
||
|
LICENSE = "MIT"
|
||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=8de00431559a76a1b43f6fd44f8f6689"
|
||
|
|
||
|
SRC_URI = "git://github.com/jarro2783/cxxopts.git;protocol=https;branch=master"
|
||
|
|
||
|
S = "${WORKDIR}/git"
|
||
|
PV = "3.0.0"
|
||
|
SRCREV = "c74846a891b3cc3bfa992d588b1295f528d43039"
|
||
|
|
||
|
inherit cmake
|
||
|
|
||
|
|