Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[many ports] call vcpkg_fixup_pkgconfig() #20953

Merged
merged 4 commits into from
Oct 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions ports/ace/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -432,3 +432,5 @@ elseif(VCPKG_TARGET_IS_LINUX OR VCPKG_TARGET_IS_OSX)
# Handle copyright
file(INSTALL ${ACE_ROOT}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
endif()

vcpkg_fixup_pkgconfig()
2 changes: 1 addition & 1 deletion ports/ace/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ace",
"version": "7.0.3",
"port-version": 1,
"port-version": 2,
"description": "The ADAPTIVE Communication Environment",
"homepage": "https://www.dre.vanderbilt.edu/~schmidt/ACE.html",
"features": {
Expand Down
2 changes: 2 additions & 0 deletions ports/amqpcpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ vcpkg_cmake_config_fixup(CONFIG_PATH cmake)
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")

vcpkg_fixup_pkgconfig()
1 change: 1 addition & 0 deletions ports/amqpcpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "amqpcpp",
"version": "4.3.14",
"port-version": 1,
"description": "AMQP-CPP is a C++ library for communicating with a RabbitMQ message broker",
"homepage": "https://github.com/CopernicaMarketingSoftware/AMQP-CPP",
"supports": "!uwp",
Expand Down
2 changes: 2 additions & 0 deletions ports/aom/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include

# Handle copyright
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

vcpkg_fixup_pkgconfig()
1 change: 1 addition & 0 deletions ports/aom/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "aom",
"version-semver": "3.2.0",
"port-version": 1,
"description": "AV1 codec library",
"homepage": "https://aomedia.googlesource.com/aom",
"supports": "!uwp & !arm",
Expand Down
2 changes: 2 additions & 0 deletions ports/aricpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/aricpp)

file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug ${CURRENT_PACKAGES_DIR}/lib)
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

vcpkg_fixup_pkgconfig()
1 change: 1 addition & 0 deletions ports/aricpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "aricpp",
"version-semver": "1.1.1",
"port-version": 1,
"description": "Asterisk ARI interface bindings for modern C++",
"homepage": "https://github.com/daniele77/aricpp",
"dependencies": [
Expand Down
2 changes: 2 additions & 0 deletions ports/armadillo/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ endif()

file(COPY "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

vcpkg_fixup_pkgconfig()
2 changes: 1 addition & 1 deletion ports/armadillo/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "armadillo",
"version": "10.6.2",
"port-version": 1,
"port-version": 2,
"description": "Armadillo is a high quality linear algebra library (matrix maths) for the C++ language, aiming towards a good balance between speed and ease of use",
"homepage": "http://arma.sourceforge.net",
"dependencies": [
Expand Down
2 changes: 2 additions & 0 deletions ports/arrow/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,5 @@ file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/shar

file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)

vcpkg_fixup_pkgconfig()
1 change: 1 addition & 0 deletions ports/arrow/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "arrow",
"version": "5.0.0",
"port-version": 1,
"description": "Cross-language development platform for in-memory analytics",
"homepage": "https://arrow.apache.org",
"supports": "x64",
Expand Down
2 changes: 2 additions & 0 deletions ports/bcg729/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/s

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")

vcpkg_fixup_pkgconfig()
1 change: 1 addition & 0 deletions ports/bcg729/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "bcg729",
"version-string": "1.1.1",
"port-version": 1,
"description": "Bcg729 is an open source implementation of the ITU G.729 Annex A and B codec.",
"homepage": "https://github.com/BelledonneCommunications/bcg729"
}
2 changes: 2 additions & 0 deletions ports/bddisasm/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")

vcpkg_fixup_pkgconfig()
1 change: 1 addition & 0 deletions ports/bddisasm/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "bddisasm",
"version": "1.34.2",
"port-version": 1,
"maintainers": "Cristi Anichitei <[email protected]>",
"description": "bddisasm is a fast, lightweight, x86/x64 instruction decoder and emulator.",
"homepage": "https://github.com/bitdefender/bddisasm",
Expand Down
2 changes: 2 additions & 0 deletions ports/bde/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,5 @@ file(INSTALL ${SOURCE_PATH}/LICENSE
DESTINATION ${CURRENT_PACKAGES_DIR}/share/bde
RENAME copyright
)

vcpkg_fixup_pkgconfig()
2 changes: 1 addition & 1 deletion ports/bde/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bde",
"version-string": "3.2.0.0",
"port-version": 3,
"port-version": 4,
"description": "Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.",
"supports": "!windows"
}
2 changes: 2 additions & 0 deletions ports/bdwgc/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ vcpkg_copy_pdbs()
file(INSTALL "${SOURCE_PATH}/README.QUICK" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")

vcpkg_fixup_pkgconfig()
1 change: 1 addition & 0 deletions ports/bdwgc/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "bdwgc",
"version": "8.2.0",
"port-version": 1,
"description": "The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (libgc, bdwgc, boehm-gc)"
}
3 changes: 2 additions & 1 deletion ports/blitz/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ vcpkg_copy_pdbs()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake)

# Handle copyright
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)
vcpkg_fixup_pkgconfig()
2 changes: 1 addition & 1 deletion ports/blitz/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "blitz",
"version-string": "2020-03-25",
"port-version": 1,
"port-version": 2,
"description": "Blitz++ is a C++ template class library that provides high-performance multidimensional array containers for scientific computing.",
"homepage": "https://github.com/blitzpp/blitz",
"supports": "!(arm | arm64 | uwp)"
Expand Down
2 changes: 2 additions & 0 deletions ports/blosc/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)

# Handle copyright
file(INSTALL ${SOURCE_PATH}/LICENSES/BLOSC.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/blosc RENAME copyright)

vcpkg_fixup_pkgconfig()
2 changes: 1 addition & 1 deletion ports/blosc/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "blosc",
"version-string": "1.18.1",
"port-version": 2,
"port-version": 3,
"description": "A blocking, shuffling and loss-less compression library that can be faster than `memcpy()`",
"homepage": "https://github.com/Blosc/c-blosc",
"dependencies": [
Expand Down
2 changes: 2 additions & 0 deletions ports/brpc/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/include/butil/third_party/superfast
vcpkg_copy_pdbs()

file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

vcpkg_fixup_pkgconfig()
2 changes: 1 addition & 1 deletion ports/brpc/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "brpc",
"version-string": "0.9.7",
"port-version": 2,
"port-version": 3,
"description": "Industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances and thousands kinds of services, called \"baidu-rpc\" inside Baidu.",
"homepage": "https://github.com/apache/incubator-brpc",
"supports": "!windows",
Expand Down
2 changes: 2 additions & 0 deletions ports/bullet3/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/include/bullet/BulletInverseDynamic
vcpkg_copy_pdbs()

file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

vcpkg_fixup_pkgconfig()
2 changes: 1 addition & 1 deletion ports/bullet3/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bullet3",
"version": "3.17",
"port-version": 1,
"port-version": 2,
"description": "Bullet Physics is a professional collision detection, rigid body, and soft body dynamics library",
"homepage": "https://github.com/bulletphysics/bullet3",
"features": {
Expand Down
2 changes: 2 additions & 0 deletions ports/capnproto/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")

# Handle copyright
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

vcpkg_fixup_pkgconfig()
1 change: 1 addition & 0 deletions ports/capnproto/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "capnproto",
"version": "0.9.1",
"port-version": 1,
"description": "Data interchange format and capability-based RPC system",
"homepage": "https://capnproto.org/",
"supports": "!uwp & !((arm | arm64) & windows)",
Expand Down
2 changes: 2 additions & 0 deletions ports/ccd/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/share/doc)

file(INSTALL ${SOURCE_PATH}/BSD-LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

vcpkg_fixup_pkgconfig()
2 changes: 1 addition & 1 deletion ports/ccd/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ccd",
"version-string": "2.1-4",
"port-version": 2,
"port-version": 3,
"description": "Library for collision detection between two convex shapes",
"homepage": "https://github.com/danfis/libccd"
}
2 changes: 2 additions & 0 deletions ports/charls/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
file(INSTALL ${SOURCE_PATH}/LICENSE.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

vcpkg_copy_pdbs()

vcpkg_fixup_pkgconfig()
2 changes: 1 addition & 1 deletion ports/charls/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "charls",
"version-string": "2.2.0",
"port-version": 1,
"port-version": 2,
"description": "CharLS, a C++ JPEG-LS library implementation.",
"homepage": "https://github.com/team-charls/charls"
}
3 changes: 2 additions & 1 deletion ports/check/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ endif()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include ${CURRENT_PACKAGES_DIR}/debug/share)

# Handle copyright
file(INSTALL ${SOURCE_PATH}/COPYING.LESSER DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
file(INSTALL ${SOURCE_PATH}/COPYING.LESSER DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
vcpkg_fixup_pkgconfig()
2 changes: 1 addition & 1 deletion ports/check/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "check",
"version-string": "0.15.2",
"port-version": 1,
"port-version": 2,
"description": "A unit testing framework for C",
"homepage": "https://github.com/libcheck/check"
}
2 changes: 2 additions & 0 deletions ports/cjson/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,5 @@ file(WRITE "${CURRENT_PACKAGES_DIR}/include/cjson/cJSON.h" "${_contents}")

# Handle copyright
configure_file("${SOURCE_PATH}/LICENSE" "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright" COPYONLY)

vcpkg_fixup_pkgconfig()
1 change: 1 addition & 0 deletions ports/cjson/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "cjson",
"version": "1.7.15",
"port-version": 1,
"description": "Ultralightweight JSON parser in ANSI C",
"homepage": "https://github.com/DaveGamble/cJSON",
"dependencies": [
Expand Down
2 changes: 2 additions & 0 deletions ports/clblast/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ vcpkg_copy_pdbs()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)

file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

vcpkg_fixup_pkgconfig()
2 changes: 1 addition & 1 deletion ports/clblast/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "clblast",
"version-string": "1.5.1",
"port-version": 1,
"port-version": 2,
"description": "A modern, lightweight, performant and tunable OpenCL BLAS library written in C++11.",
"dependencies": [
"opencl"
Expand Down
2 changes: 2 additions & 0 deletions ports/cli/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/cli)

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug" "${CURRENT_PACKAGES_DIR}/lib")
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

vcpkg_fixup_pkgconfig()
1 change: 1 addition & 0 deletions ports/cli/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "cli",
"version-semver": "2.0.0",
"port-version": 1,
"description": "A library for interactive command line interfaces in modern C++",
"homepage": "https://github.com/daniele77/cli",
"dependencies": [
Expand Down
2 changes: 2 additions & 0 deletions ports/cmocka/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/${PORT})
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)

file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

vcpkg_fixup_pkgconfig()
1 change: 1 addition & 0 deletions ports/cmocka/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "cmocka",
"version-string": "2020-08-01",
"port-version": 1,
"description": "An elegant unit testing framework for C with support for mock objects",
"homepage": "https://cmocka.org/",
"license": "Apache-2.0"
Expand Down
2 changes: 2 additions & 0 deletions ports/coin/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ endif()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/share/Coin/profiler)

vcpkg_fixup_pkgconfig()
2 changes: 1 addition & 1 deletion ports/coin/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "coin",
"version-string": "4.0.0",
"port-version": 3,
"port-version": 4,
"description": "A high-level 3D visualization library with Open Inventor 2.1 API",
"homepage": "https://github.com/coin3d/coin",
"supports": "!(arm | arm64 | uwp)",
Expand Down
2 changes: 2 additions & 0 deletions ports/collada-dom/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)

# Handle copyright
file(INSTALL ${SOURCE_PATH}/licenses/license_e.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

vcpkg_fixup_pkgconfig()
2 changes: 1 addition & 1 deletion ports/collada-dom/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "collada-dom",
"version-string": "2.5.0",
"port-version": 5,
"port-version": 6,
"description": "The COLLADA Document Object Model (DOM) is an application programming interface (API) that provides a C++ object representation of a COLLADA XML instance document.",
"homepage": "https://github.com/rdiankov/collada-dom",
"dependencies": [
Expand Down
3 changes: 2 additions & 1 deletion ports/cpp-redis/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ endif()

vcpkg_copy_pdbs()

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)
vcpkg_fixup_pkgconfig()
2 changes: 1 addition & 1 deletion ports/cpp-redis/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cpp-redis",
"version-string": "4.3.1",
"port-version": 3,
"port-version": 4,
"description": "cpp-redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.",
"homepage": "https://github.com/cpp-redis/cpp_redis",
"dependencies": [
Expand Down
2 changes: 2 additions & 0 deletions ports/cppcodec/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug ${CURRENT_PACKAGES_DIR}/lib)

file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)


vcpkg_fixup_pkgconfig()
2 changes: 1 addition & 1 deletion ports/cppcodec/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cppcodec",
"version-string": "0.2",
"port-version": 1,
"port-version": 2,
"description": "Header-only C++11 library to encode/decode base64, base64url, base32, base32hex and hex (a.k.a. base16) as specified in RFC 4648, plus Crockford's base32."
}
2 changes: 2 additions & 0 deletions ports/cpuid/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ vcpkg_copy_pdbs()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin" "${CURRENT_PACKAGES_DIR}/debug/include")

file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

vcpkg_fixup_pkgconfig()
2 changes: 1 addition & 1 deletion ports/cpuid/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cpuid",
"version": "0.5.1",
"port-version": 1,
"port-version": 2,
"description": "Provides CPU identification for the x86 (and x86_64)",
"homepage": "https://github.com/anrieff/libcpuid",
"supports": "x86 | x64",
Expand Down
Loading