[frozen] Update to 1.1.1 (#25151)

* update to 1.1.1

* add license field

* quote paths

* add versions
This commit is contained in:
Ryan 2022-06-09 08:57:25 -07:00 committed by GitHub
parent ddb820f45a
commit b42db817a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 7 deletions

View File

@ -1,13 +1,13 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO serge-sans-paille/frozen
REF 867b33916044ced463ed42874b2aa1514ef66bec
SHA512 0cace261bf6068a382dc7c2d2b1c7d50de882e966adcdaaee7c358cc2e55b736d41c6ce2cefb30c231f550e4576cfdc5b2a10379a8affa084f1eb9202db7200e
REF 1.1.1
SHA512 e22561a4e634e388e11f95b3005bc711e543013d314f6aaeda34befb2c673aea2d71a717d8822bc8fa85bdc8409945ba2ad91a1bac4f8cb5303080de01a5f60e
HEAD_REF master
)
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-Dfrozen.benchmark=OFF
-Dfrozen.coverage=OFF
@ -18,6 +18,6 @@ vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH share/cmake/frozen)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,8 +1,9 @@
{
"name": "frozen",
"version-date": "2021-04-22",
"version": "1.1.1",
"description": "Header-only library that provides 0 cost initialization for immutable containers and various algorithms. Frozen provides:immutable (a.k.a. frozen), constexpr-compatible versions of std::set, std::unordered_set, std::map and std::unordered_map and 0-cost initialization version of std::search for frozen needles using Boyer-Moore or Knuth-Morris-Pratt algorithms.",
"homepage": "https://github.com/serge-sans-paille/frozen",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",

View File

@ -2373,7 +2373,7 @@
"port-version": 0
},
"frozen": {
"baseline": "2021-04-22",
"baseline": "1.1.1",
"port-version": 0
},
"frugally-deep": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0a8050c893da6b0549af088c1045ad459f330275",
"version": "1.1.1",
"port-version": 0
},
{
"git-tree": "938d0ffeb689db9642ac49d16d7e7a22d3be93ab",
"version-date": "2021-04-22",