aboutsummaryrefslogtreecommitdiff
path: root/ports/gperftools
diff options
context:
space:
mode:
Diffstat (limited to 'ports/gperftools')
-rw-r--r--ports/gperftools/CONTROL11
-rw-r--r--ports/gperftools/vcpkg.json16
2 files changed, 16 insertions, 11 deletions
diff --git a/ports/gperftools/CONTROL b/ports/gperftools/CONTROL
deleted file mode 100644
index 0d7e536b7..000000000
--- a/ports/gperftools/CONTROL
+++ /dev/null
@@ -1,11 +0,0 @@
-Source: gperftools
-Version: 2019-09-02
-Description: A set of tools for performance profiling and memory checking
-Supports: !(arm|arm64|uwp)
-Homepage: https://github.com/gperftools/gperftools
-
-Feature: override
-Description: Override allocators
-
-Feature: tools
-Description: Build gperftools CLI tools
diff --git a/ports/gperftools/vcpkg.json b/ports/gperftools/vcpkg.json
new file mode 100644
index 000000000..8d12a9b73
--- /dev/null
+++ b/ports/gperftools/vcpkg.json
@@ -0,0 +1,16 @@
+{
+ "name": "gperftools",
+ "version-string": "2019-09-02",
+ "port-version": 1,
+ "description": "A set of tools for performance profiling and memory checking",
+ "homepage": "https://github.com/gperftools/gperftools",
+ "supports": "!(arm | arm64 | uwp)",
+ "features": {
+ "override": {
+ "description": "Override allocators"
+ },
+ "tools": {
+ "description": "Build gperftools CLI tools"
+ }
+ }
+}