aboutsummaryrefslogtreecommitdiff
path: root/ports/pe-parse
diff options
context:
space:
mode:
Diffstat (limited to 'ports/pe-parse')
-rw-r--r--ports/pe-parse/CONTROL5
-rw-r--r--ports/pe-parse/vcpkg.json8
2 files changed, 8 insertions, 5 deletions
diff --git a/ports/pe-parse/CONTROL b/ports/pe-parse/CONTROL
deleted file mode 100644
index c269edd7f..000000000
--- a/ports/pe-parse/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: pe-parse
-Version: 1.2.0
-Description: pe-parse is a principled, lightweight C/C++ PE parser
-Homepage: https://github.com/trailofbits/pe-parse
-Supports: !uwp
diff --git a/ports/pe-parse/vcpkg.json b/ports/pe-parse/vcpkg.json
new file mode 100644
index 000000000..9243b0eb3
--- /dev/null
+++ b/ports/pe-parse/vcpkg.json
@@ -0,0 +1,8 @@
+{
+ "name": "pe-parse",
+ "version-string": "1.2.0",
+ "port-version": 1,
+ "description": "pe-parse is a principled, lightweight C/C++ PE parser",
+ "homepage": "https://github.com/trailofbits/pe-parse",
+ "supports": "!uwp"
+}