aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/pe-parse/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/pe-parse/vcpkg.json')
-rw-r--r--vcpkg/ports/pe-parse/vcpkg.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/pe-parse/vcpkg.json b/vcpkg/ports/pe-parse/vcpkg.json
new file mode 100644
index 0000000..45761d0
--- /dev/null
+++ b/vcpkg/ports/pe-parse/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "pe-parse",
+ "version": "2.1.1",
+ "description": "pe-parse is a principled, lightweight C/C++ PE parser",
+ "homepage": "https://github.com/trailofbits/pe-parse",
+ "supports": "!uwp",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}