aboutsummaryrefslogtreecommitdiff
path: root/ports/foonathan-memory
diff options
context:
space:
mode:
Diffstat (limited to 'ports/foonathan-memory')
-rw-r--r--ports/foonathan-memory/CONTROL8
-rw-r--r--ports/foonathan-memory/vcpkg.json15
2 files changed, 15 insertions, 8 deletions
diff --git a/ports/foonathan-memory/CONTROL b/ports/foonathan-memory/CONTROL
deleted file mode 100644
index 8c105a104..000000000
--- a/ports/foonathan-memory/CONTROL
+++ /dev/null
@@ -1,8 +0,0 @@
-Source: foonathan-memory
-Version: 2019-07-21-1
-Description: STL compatible C++ memory allocator library
-Homepage: https://foonathan.net/doc/memory/
-Default-Features: tool
-
-Feature: tool
-Description: Build foonathan memory tool
diff --git a/ports/foonathan-memory/vcpkg.json b/ports/foonathan-memory/vcpkg.json
new file mode 100644
index 000000000..e668bd94f
--- /dev/null
+++ b/ports/foonathan-memory/vcpkg.json
@@ -0,0 +1,15 @@
+{
+ "name": "foonathan-memory",
+ "version-string": "2019-07-21",
+ "port-version": 2,
+ "description": "STL compatible C++ memory allocator library",
+ "homepage": "https://foonathan.net/doc/memory/",
+ "default-features": [
+ "tool"
+ ],
+ "features": {
+ "tool": {
+ "description": "Build foonathan memory tool"
+ }
+ }
+}