FreeRDP/packaging/flatpak/modules/cJSON-1.7.16.json
2023-10-10 19:35:27 +02:00

20 lines
465 B
JSON

{
"name": "cjson",
"buildsystem": "cmake-ninja",
"cleanup": [
],
"config-opts": [
"-DCMAKE_VERBOSE_MAKEFILE=ON",
"-DCMAKE_BUILD_TYPE:STRING=Release",
"-DCMAKE_INSTALL_LIBDIR:PATH=lib"
],
"sources": [
{
"type": "git",
"url": "https://github.com/DaveGamble/cJSON.git",
"tag": "v1.7.16",
"commit": "cb8693b058ba302f4829ec6d03f609ac6f848546"
}
]
}