[Jsonifier] New Port (#30276)

* Updating the files.

* Updating the version file's info.

* Updating the version file's info.

* Updating version file.

* Updating version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Update ports/jsonifier/portfile.cmake

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>

* Update ports/jsonifier/vcpkg.json

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

* Updating the version file.

---------

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
This commit is contained in:
RealTimeChris 2023-03-23 12:44:11 -04:00 committed by GitHub
parent 8875aa3cd9
commit 53296052a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,18 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO realtimechris/jsonifier
REF "v${VERSION}"
# Auto-generated by release CI action at realtimechris/Jsonifier
SHA512 a2c8c59afebfe5c05e6d8d83ef1481b399c13d4e5e430e5cac33c860fa7de51fbd97da5e2509ef62acf8451110779de95cd3bbbd59bf0a8777bba1dd1884502b
HEAD_REF main
)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
)
vcpkg_cmake_install()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/License.md")

View File

@ -0,0 +1,18 @@
{
"name": "jsonifier",
"version": "0.9.0",
"description": "A few classes for parsing and serializing json - very rapidly.",
"homepage": "https://https://github.com/realtimechris/jsonifier",
"license": "LGPL-2.1-or-later",
"supports": "(windows & x64 & !uwp) | (linux & x64) | (osx & x64)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}

View File

@ -3396,6 +3396,10 @@
"baseline": "1.9.5", "baseline": "1.9.5",
"port-version": 0 "port-version": 0
}, },
"jsonifier": {
"baseline": "0.9.0",
"port-version": 0
},
"jsonnet": { "jsonnet": {
"baseline": "0.18.0", "baseline": "0.18.0",
"port-version": 1 "port-version": 1

View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "53b9b35d88088e1f3177a25800fc2043a86e8289",
"version": "0.9.0",
"port-version": 0
}
]
}