aboutsummaryrefslogtreecommitdiff
path: root/ports/proxywrapper/portfile.cmake
diff options
context:
space:
mode:
authorshishirb-MSFT <50385517+shishirb-MSFT@users.noreply.github.com>2021-07-07 09:24:53 -0700
committerGitHub <noreply@github.com>2021-07-07 09:24:53 -0700
commitfb0fcec3b25a424e4f70c3dc634c77699bdcfdca (patch)
tree263eb4c46c1e48d04039365c6bab8e923136b81d /ports/proxywrapper/portfile.cmake
parenta0fa6aeb82b3956a2f52ec455061ba1916076d53 (diff)
downloadvcpkg-fb0fcec3b25a424e4f70c3dc634c77699bdcfdca.tar.gz
vcpkg-fb0fcec3b25a424e4f70c3dc634c77699bdcfdca.zip
[proxywrapper] Remove proxywrapper package (#18692)
* Remove proxywrapper package * [proxywrapper] Remove from baseline since there is no longer a tested version of the port Co-authored-by: Robert Schumacher <ras0219@outlook.com>
Diffstat (limited to 'ports/proxywrapper/portfile.cmake')
-rw-r--r--ports/proxywrapper/portfile.cmake23
1 files changed, 0 insertions, 23 deletions
diff --git a/ports/proxywrapper/portfile.cmake b/ports/proxywrapper/portfile.cmake
deleted file mode 100644
index 048a9f995..000000000
--- a/ports/proxywrapper/portfile.cmake
+++ /dev/null
@@ -1,23 +0,0 @@
-vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
-
-vcpkg_from_github(
- OUT_SOURCE_PATH SOURCE_PATH
- REPO microsoft/proxy-wrapper
- REF b113aa0a284508ce0c2878febf9073d1f03b59dc
- SHA512 9793ec8b9cc0467c88d850ea51a96a0fdc3c3027cc5b7fd9f5d0362d7fd559e909f19a4eaca6554a9316d6e3a86bb5f541034ca9ce2fb8797fb2e5bdff42b0de
- HEAD_REF master
- PATCHES
- fix-find-libproxy.patch
- fix-macos-build.patch
-)
-
-vcpkg_configure_cmake(
- SOURCE_PATH ${SOURCE_PATH}
- PREFER_NINJA
-)
-
-vcpkg_install_cmake()
-
-file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
-file(INSTALL ${SOURCE_PATH}/license.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
-