File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- vcpkg_check_linkage (ONLY_STATIC_LIBRARY )
2-
31vcpkg_from_github (
42 OUT_SOURCE_PATH SOURCE_PATH
53 REPO cpp-netlib/url
6- REF v1.13 .0
7- SHA512 187898f5c0d2919095b293c7fbb6757d7b1391c9c79ccc3467ffc8b76a10685fd91faf9e9b8b0c0c21d0a9aecb3a50d52f2eab52823e770fc10ecd6ed874a748
4+ REF 3.0 .0
5+ SHA512 dcc0a7613877ca7aac7c970fb4bcea9e2416ded7f8fe59693bf254406f0400bc170b64eb002eb7de88b3b996416f2219c9b5d6b3c72cdf0d4fb639d906ed9876
86 HEAD_REF main
97)
108
@@ -14,16 +12,15 @@ vcpkg_cmake_configure(
1412 -Dskyr_BUILD_TESTS=OFF
1513 -Dskyr_BUILD_DOCS=OFF
1614 -Dskyr_BUILD_EXAMPLES=OFF
15+ -Dskyr_BUILD_BENCHMARKS=OFF
1716 -Dskyr_WARNINGS_AS_ERRORS=OFF
1817)
1918
2019vcpkg_cmake_install ()
21- vcpkg_copy_pdbs ()
2220
2321vcpkg_cmake_config_fixup (CONFIG_PATH share/cmake/skyr-url )
2422
25- file (REMOVE_RECURSE "${CURRENT_PACKAGES_DIR} /debug/include" )
26- file (REMOVE_RECURSE "${CURRENT_PACKAGES_DIR} /debug/share" )
23+ file (REMOVE_RECURSE "${CURRENT_PACKAGES_DIR} /debug" )
2724
2825# Handle copyright
2926file (INSTALL "${SOURCE_PATH} /LICENSE_1_0.txt" DESTINATION "${CURRENT_PACKAGES_DIR} /share/${PORT} " RENAME copyright )
Original file line number Diff line number Diff line change 11{
22 "name" : " skyr-url" ,
3- "version" : " 1.13.0" ,
4- "port-version" : 2 ,
3+ "version" : " 3.0.0" ,
54 "description" : " A C++ library that implements the WhatWG URL specification" ,
65 "homepage" : " https://github.com/cpp-netlib/url" ,
76 "dependencies" : [
87 " nlohmann-json" ,
9- " range-v3" ,
10- " tl-expected" ,
118 {
129 "name" : " vcpkg-cmake" ,
1310 "host" : true
Original file line number Diff line number Diff line change 90699069 "port-version" : 0
90709070 },
90719071 "skyr-url" : {
9072- "baseline" : " 1.13 .0" ,
9073- "port-version" : 2
9072+ "baseline" : " 3.0 .0" ,
9073+ "port-version" : 0
90749074 },
90759075 "sleef" : {
90769076 "baseline" : " 3.9.0" ,
Original file line number Diff line number Diff line change 11{
22 "versions" : [
3+ {
4+ "git-tree" : " 33f1b9aeb5f4af881cd81641892a6ecbfaea21b8" ,
5+ "version" : " 3.0.0" ,
6+ "port-version" : 0
7+ },
38 {
49 "git-tree" : " 429bf1616eeeb9c2315b09d9a6c741245e3eae6a" ,
510 "version" : " 1.13.0" ,
You can’t perform that action at this time.
0 commit comments