2022-02-05 14:23:32 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
|
|
|
|
PKG_NAME="nlohmann-json"
|
2023-12-27 01:31:28 +00:00
|
|
|
PKG_VERSION="3.11.3"
|
2022-02-05 14:23:32 +00:00
|
|
|
PKG_LICENSE="MIT"
|
|
|
|
PKG_SITE="https://nlohmann.github.io/json/"
|
2023-02-24 13:53:43 +00:00
|
|
|
PKG_URL="https://github.com/nlohmann/json/archive/v${PKG_VERSION}.tar.gz"
|
2022-02-05 14:23:32 +00:00
|
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
|
|
PKG_LONGDESC="JSON for Modern C++"
|
|
|
|
PKG_TOOLCHAIN="cmake"
|
|
|
|
|
2023-12-27 01:31:28 +00:00
|
|
|
PKG_CMAKE_OPTS_TARGET="-DJSON_BuildTests=OFF"
|