mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-19 20:08:27 +01:00
tomlplusplus: add recipe
This commit is contained in:
parent
d24eb75cb3
commit
a34d469ab3
12
recipes-devtools/tomlplusplus/tomlplusplus_git.bb
Normal file
12
recipes-devtools/tomlplusplus/tomlplusplus_git.bb
Normal file
@ -0,0 +1,12 @@
|
||||
SUMMARY = "toml config parser and seriaizer for c++."
|
||||
HOMEPAGE = "https://github.com/marzer/tomlplusplus"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=90960f22c10049c117d56ed2ee5ee167"
|
||||
|
||||
SRC_URI = "git://github.com/marzer/tomlplusplus.git;protocol=https;branch=master"
|
||||
|
||||
PV = "3.4.0"
|
||||
SRCREV = "30172438cee64926dc41fdd9c11fb3ba5b2ba9de"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meson
|
Loading…
Reference in New Issue
Block a user