diff --git a/ports/staticjson/portfile.cmake b/ports/staticjson/portfile.cmake new file mode 100644 index 00000000000..f2eb9a9337e --- /dev/null +++ b/ports/staticjson/portfile.cmake @@ -0,0 +1,18 @@ +vcpkg_minimum_required(VERSION 2022-10-12) +vcpkg_check_linkage(ONLY_STATIC_LIBRARY) +vcpkg_from_github( + OUT_SOURCE_PATH SOURCE_PATH + REPO netheril96/StaticJSON + REF "v${VERSION}" + SHA512 7d346b69c736aac11eec4fce6650c394dd388f551a359e77f26d80d1b7aa67670be993abe16f2d834263a87a1c116502a96ab6253cb18cab3aaa7d88a6d4d809 + HEAD_REF master +) +vcpkg_cmake_configure( + SOURCE_PATH "${SOURCE_PATH}" + OPTIONS + -DSTATICJSON_ENABLE_TEST=OFF +) +vcpkg_cmake_install() +vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE") +file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") +file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share") diff --git a/ports/staticjson/vcpkg.json b/ports/staticjson/vcpkg.json new file mode 100644 index 00000000000..a37757a2617 --- /dev/null +++ b/ports/staticjson/vcpkg.json @@ -0,0 +1,19 @@ +{ + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", + "name": "staticjson", + "version": "1.0.0", + "description": "Fast, direct and static typed parsing of JSON with C++", + "homepage": "https://github.com/netheril96/StaticJSON", + "license": "MIT", + "dependencies": [ + "rapidjson", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} diff --git a/versions/baseline.json b/versions/baseline.json index f3a0154a16c..0b482122819 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -7280,6 +7280,10 @@ "baseline": "9.2.7", "port-version": 1 }, + "staticjson": { + "baseline": "1.0.0", + "port-version": 0 + }, "status-code": { "baseline": "2022-09-08", "port-version": 0 diff --git a/versions/s-/staticjson.json b/versions/s-/staticjson.json new file mode 100644 index 00000000000..b4f06251773 --- /dev/null +++ b/versions/s-/staticjson.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "3d2740736f7d0b3014ef9a5c9b2c77bcf570923c", + "version": "1.0.0", + "port-version": 0 + } + ] +}