mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:09:00 +08:00
5a54a4308e
* Fix source writes * Revise dependencies, switch to libpcap * Revise portfile * Enable libpcap on osx * Minor portfile updates * Update versions * Find pcap_static lib * Update versions
15 lines
297 B
JSON
15 lines
297 B
JSON
{
|
|
"name": "libpcap",
|
|
"version-semver": "1.10.1",
|
|
"port-version": 1,
|
|
"description": "A portable C/C++ library for network traffic capture",
|
|
"homepage": "https://www.tcpdump.org/",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|