mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:31:48 +08:00
[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:
parent
8875aa3cd9
commit
53296052a4
18
ports/jsonifier/portfile.cmake
Normal file
18
ports/jsonifier/portfile.cmake
Normal 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")
|
18
ports/jsonifier/vcpkg.json
Normal file
18
ports/jsonifier/vcpkg.json
Normal 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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -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
|
||||||
|
9
versions/j-/jsonifier.json
Normal file
9
versions/j-/jsonifier.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "53b9b35d88088e1f3177a25800fc2043a86e8289",
|
||||||
|
"version": "0.9.0",
|
||||||
|
"port-version": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user