Skip to content

Commit

Permalink
VCPKG info update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
RealTimeChris committed Nov 6, 2023
1 parent 5cb79df commit dd708bd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Vcpkg/ports/jsonifier/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO realtimechris/jsonifier
REF "v${VERSION}"
SHA512 cb19ac52d4bdcf201c2e27f4b94b8ab1fb5eb18a5431f6dbcba3b520b0eb68a957cc3cb87d6a60d8a66c9e745b342c831a40400e5b2b2fab5fc33b17da58ba67
SHA512 9889ef24562fcc59f5d819ab20b3a42b2b06142b1dec70627f3d44cf4d19ff1bc42f77061c4e79e0d65e117a2375a5eb40863f19da776fdc52476d04b78a6c9e
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")

0 comments on commit dd708bd

Please sign in to comment.