vcpkg/ports/pcapplusplus/vcpkg.json
seladb 10c81db0c9
[pcapplusplus] New port (#18899)
* Add PcapPlusPlus port

* Fix non-windows installation

* Run json formatting and x-add-version

* Run x-add-version

* Fix sha

* Apply suggestions to `vcpkg.json` from code review

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Fix versions

* Fix sha for pcapplusplus.json

* Apply suggestions from code review

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Revert back from 'version' to 'version-string'

* Apply suggestions from code review

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Fix SHA in pcapplusplus.json

* Remove the patches and copy the lib files from the `Dist` folder

* Fix sha

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-07-22 15:11:30 -07:00

21 lines
457 B
JSON

{
"name": "pcapplusplus",
"version-string": "21.05",
"description": "PcapPlusPlus is a multiplatform C++ library for capturing, parsing and crafting of network packets",
"homepage": "https://github.com/seladb/PcapPlusPlus",
"dependencies": [
{
"name": "libpcap",
"platform": "!windows"
},
{
"name": "pthreads",
"platform": "windows"
},
{
"name": "winpcap",
"platform": "windows"
}
]
}