14 lines
498 B
Makefile
14 lines
498 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="nlohmann-json"
|
|
PKG_VERSION="3.6.1"
|
|
PKG_SHA256="80c45b090e40bf3d7a7f2a6e9f36206d3ff710acfa8d8cc1f8c763bb3075e22e"
|
|
PKG_LICENSE="MIT"
|
|
PKG_SITE="https://nlohmann.github.io/json/"
|
|
PKG_URL="https://github.com/nlohmann/json/archive/v$PKG_VERSION.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="JSON for Modern C++"
|
|
PKG_TOOLCHAIN="cmake"
|
|
|
|
PKG_CMAKE_OPTS_TARGET="-DBUILD_TESTING:BOOL=OFF"
|