aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-uninstall
diff options
context:
space:
mode:
Diffstat (limited to 'ports/boost-uninstall')
-rw-r--r--ports/boost-uninstall/CONTROL4
-rw-r--r--ports/boost-uninstall/portfile.cmake4
2 files changed, 8 insertions, 0 deletions
diff --git a/ports/boost-uninstall/CONTROL b/ports/boost-uninstall/CONTROL
new file mode 100644
index 000000000..8556583a3
--- /dev/null
+++ b/ports/boost-uninstall/CONTROL
@@ -0,0 +1,4 @@
+Source: boost-uninstall
+Version: 1.73.0
+Homepage: https://boost.org
+Description: boost uninstall port \ No newline at end of file
diff --git a/ports/boost-uninstall/portfile.cmake b/ports/boost-uninstall/portfile.cmake
new file mode 100644
index 000000000..a06925e40
--- /dev/null
+++ b/ports/boost-uninstall/portfile.cmake
@@ -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")