vcpkg/ports/jsonifier/portfile.cmake
RealTimeChris 5d0e5a3443
[Jsonifier] Updating to version v0.9.1 (#31315)
* Updating the required files.

* Updating the required files.

* Updating the required files.

* Updating the required files.

* Updating the required files.

* Updating the required files.

* Updating the required files.

* Updating the required files.

* Updating the required files.

* Updating the required files.

* Updating the required files.

* Updating the required files.

---------

Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
2023-05-11 11:30:17 -07:00

18 lines
483 B
CMake

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO realtimechris/jsonifier
REF "v${VERSION}"
SHA512 919446d8b0f5bb726dcfd91667a0733cfda04956e8c844716e9fe90a50dc5409db5344346131b4e8830cdfbf90ead6b7e1906097b069d83e7b78934571cbc060
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")