aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-02-01 10:58:18 -0800
committerGitHub <noreply@github.com>2018-02-01 10:58:18 -0800
commit99b2d0ae94f36b7f835c5c88b4671b2d0cb43b92 (patch)
tree016081ba615295c6ac91984bcf463b556e4bf782
parent41a0eee5d10c31c7c3a157454d251dda10bd20fe (diff)
parent0d7213c261869ebc359d315a46380b9d10768774 (diff)
downloadvcpkg-99b2d0ae94f36b7f835c5c88b4671b2d0cb43b92.tar.gz
vcpkg-99b2d0ae94f36b7f835c5c88b4671b2d0cb43b92.zip
Merge pull request #2702 from horenmar/catch-alias-catch2
Make Catch an alias for Catch2
-rw-r--r--ports/catch/CONTROL5
-rw-r--r--ports/catch/portfile.cmake19
2 files changed, 4 insertions, 20 deletions
diff --git a/ports/catch/CONTROL b/ports/catch/CONTROL
index 2975af555..f486f31b0 100644
--- a/ports/catch/CONTROL
+++ b/ports/catch/CONTROL
@@ -1,3 +1,4 @@
Source: catch
-Version: 2.0.1-1
-Description: C++ Automated Test Cases in Headers
+Version: alias
+Build-Depends: catch2
+Description: Deprecated alias for Catch2 unit testing framework
diff --git a/ports/catch/portfile.cmake b/ports/catch/portfile.cmake
index a1c5033cf..065116c27 100644
--- a/ports/catch/portfile.cmake
+++ b/ports/catch/portfile.cmake
@@ -1,18 +1 @@
-include(vcpkg_common_functions)
-
-set(CATCH_VERSION v2.0.1)
-
-vcpkg_download_distfile(HEADER
- URLS "https://github.com/catchorg/Catch2/releases/download/${CATCH_VERSION}/catch.hpp"
- FILENAME "catch-${CATCH_VERSION}.hpp"
- SHA512 e5e58c3a190cb0e848e19e885037e88e1b864e017f42b1306569850436c1c691b65640759d467061486931e7465a2b906fdd9e5208911b660fd960bf718305b4
-)
-
-vcpkg_download_distfile(LICENSE
- URLS "https://raw.githubusercontent.com/catchorg/Catch2/${CATCH_VERSION}/LICENSE.txt"
- FILENAME "catch-LICENSE-${CATCH_VERSION}.txt"
- SHA512 d6078467835dba8932314c1c1e945569a64b065474d7aced27c9a7acc391d52e9f234138ed9f1aa9cd576f25f12f557e0b733c14891d42c16ecdc4a7bd4d60b8
-)
-
-file(INSTALL ${HEADER} DESTINATION ${CURRENT_PACKAGES_DIR}/include RENAME catch.hpp)
-file(INSTALL ${LICENSE} DESTINATION ${CURRENT_PACKAGES_DIR}/share/catch RENAME copyright)
+set(VCPKG_POLICY_EMPTY_PACKAGE enabled)