aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libpcap/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libpcap/vcpkg.json')
-rw-r--r--vcpkg/ports/libpcap/vcpkg.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/libpcap/vcpkg.json b/vcpkg/ports/libpcap/vcpkg.json
new file mode 100644
index 0000000..1ec9cd1
--- /dev/null
+++ b/vcpkg/ports/libpcap/vcpkg.json
@@ -0,0 +1,14 @@
+{
+ "name": "libpcap",
+ "version-semver": "1.10.5",
+ "description": "A portable C/C++ library for network traffic capture",
+ "homepage": "https://www.tcpdump.org/",
+ "license": "BSD-3-Clause",
+ "supports": "!uwp",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ }
+ ]
+}