vcpkg/ports/ctstraffic/vcpkg.json
Sam Yun e85cafa30d
Add ctstraffic port (microsoft/ctsTraffic) (#35238)
* Initial port

* Add to baseline

* Usage

* update hash

* Update to fixed version

* Update json

* Disallow uwp

* rename to ctstraffic

* Only build release

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* Remove copy_pdbs

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* Add line at end

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* Update hash

* Update ports/ctstraffic/portfile.cmake

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* Update hash

---------

Co-authored-by: Sam Yun <samyun@microsoft.com>
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-11-30 13:58:50 -08:00

16 lines
403 B
JSON

{
"name": "ctstraffic",
"version": "2.0.3.2",
"description": "ctsTraffic is a highly scalable client/server networking tool giving detailed performance and reliability analytics.",
"homepage": "https://github.com/microsoft/ctsTraffic/",
"license": "Apache-2.0",
"supports": "windows & !uwp",
"dependencies": [
{
"name": "vcpkg-msbuild",
"host": true
},
"wil"
]
}