diff --git a/ports/json-dto/CONTROL b/ports/json-dto/CONTROL deleted file mode 100644 index b9f0181121dd54..00000000000000 --- a/ports/json-dto/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: json-dto -Version: 0.2.10 -Description: A small header-only library for converting data between json representation and c++ structs. -Build-Depends: rapidjson diff --git a/ports/json-dto/portfile.cmake b/ports/json-dto/portfile.cmake index 75d43c5f91c437..2163f978c6e161 100644 --- a/ports/json-dto/portfile.cmake +++ b/ports/json-dto/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO stiffstream/json_dto - REF bc4e55984f033c677c8a298af86ba72ea5ef6072 # v.0.2.10 - SHA512 1128e6290ff42600a93aed7c7208ace7e977f259654e580f920db612dcef4fe714bf8e0ed237bbf9e689f66959ab56ab27c9b7477504d71d205f3500d3bce07a + REF 58bdc34fe2f831bbe0195c497c49e137f0c97106 # v.0.2.11 + SHA512 94c0948a968283dac2269c58a61acf309879b3577da4e39f9f0429c0deadefd0c78281596f0769be660e6e3b2b3650fcd09694fc98915d8a358936943a07d47f ) vcpkg_configure_cmake( diff --git a/ports/json-dto/vcpkg.json b/ports/json-dto/vcpkg.json new file mode 100644 index 00000000000000..87b23108fd1889 --- /dev/null +++ b/ports/json-dto/vcpkg.json @@ -0,0 +1,10 @@ +{ + "name": "json-dto", + "version-string": "0.2.11", + "description": "A small header-only library for converting data between json representation and c++ structs.", + "homepage": "https://github.com/Stiffstream/json_dto", + "license": "BSD-3-Clause", + "dependencies": [ + "rapidjson" + ] +}