blob: 2f58e4b480fc910caaa9396cef445e797ed3ea87 [file] [log] [blame]
David Cobbley36133ce2017-12-18 14:43:42 -08001DESCRIPTION = "JSON for modern C++"
2HOMEPAGE = "https://nlohmann.github.io/json/"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=f8a8f918f1513404c8366d7a63ab6d97"
5
6SRC_URI = "git://github.com/nlohmann/json.git;branch=release/3.0.0"
7
8PV = "3.0.0+git${SRCPV}"
9
10SRCREV = "106f9f5436f6726006627ce3122fddf7fc9ca330"
11
12S = "${WORKDIR}/git"
13do_install_append(){
14 install -d ${D}${includedir}/nlohmann
15 install -m 644 ${S}/src/json.hpp ${D}${includedir}/nlohmann/json.hpp
16}