[boost-uninstall] Add port to easily uninstall all boost components (#12851)

Co-authored-by: Daniel Marshall <xandan@gmail.com>
This commit is contained in:
Jack·Boos·Yu 2020-08-21 17:00:25 -07:00 committed by GitHub
parent cd81eb11e4
commit 15df0c0f71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 14 additions and 2 deletions

View File

@ -1,5 +1,6 @@
Source: boost-build
Version: 1.73.0
Port-Version: 2
Port-Version: 3
Homepage: https://github.com/boostorg/build
Description: Boost.Build
Build-Depends: boost-uninstall

View File

@ -1,3 +1,4 @@
Source: boost-modular-build-helper
Version: 1.73.0
Port-Version: 3
Port-Version: 4
Build-Depends: boost-uninstall

View File

@ -0,0 +1,4 @@
Source: boost-uninstall
Version: 1.73.0
Homepage: https://boost.org
Description: boost uninstall port

View File

@ -0,0 +1,4 @@
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
message(STATUS "\nPlease use the following command when you need to remove all boost ports/components:\n\
\"./vcpkg remove boost-uninstall:${TARGET_TRIPLET} --recurse\"\n")

View File

@ -1,3 +1,5 @@
Source: boost-vcpkg-helpers
Version: 7
Port-Version: 1
Description: a set of vcpkg-internal scripts used to modularize boost
Build-Depends: boost-uninstall