early-access version 2853
This commit is contained in:
12
externals/vcpkg/ports/jwt-cpp/portfile.cmake
vendored
Executable file
12
externals/vcpkg/ports/jwt-cpp/portfile.cmake
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Thalhammer/jwt-cpp
|
||||
REF 4a537e969891dde542ad8b1a4a214955a83be29f # v0.6.0
|
||||
SHA512 eeeb6adb7f94b699a020b5622b9dbb6c677d92779b57bfb2298b331a5cf69d9112d0b123f0c2ca235ecd96df6d32fcf44e85e144fa414aeff8fd67e3b87576d2
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
# Copy the header files
|
||||
file(GLOB HEADER_FILES ${SOURCE_PATH}/include/jwt-cpp/*)
|
||||
file(COPY ${HEADER_FILES} DESTINATION ${CURRENT_PACKAGES_DIR}/include/jwt-cpp)
|
||||
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
10
externals/vcpkg/ports/jwt-cpp/vcpkg.json
vendored
Executable file
10
externals/vcpkg/ports/jwt-cpp/vcpkg.json
vendored
Executable file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "jwt-cpp",
|
||||
"version-semver": "0.6.0",
|
||||
"description": "A header only library for creating and validating json web tokens in c++",
|
||||
"homepage": "https://github.com/Thalhammer/jwt-cpp",
|
||||
"license": "MIT",
|
||||
"dependencies": [
|
||||
"picojson"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user