vcpkg/ports/cialloo-rcon/vcpkg.json
Cialloo 50847d0c8e
[rcon] add new port (#31131)
* add valve source rcon protocal library, depend on asio

* add license

* fix format error

* add version 1.0.0

* add blank line at the end of portfile.cmake and usage file

* execute vcpkg x-add-version --all --overwrite-version to fix error in CI

* change package name to cialloo-rcon

* change version

* Update versions/baseline.json

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>

---------

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2023-05-04 10:31:46 -07:00

11 lines
224 B
JSON

{
"name": "cialloo-rcon",
"version": "1.0.0",
"description": "implementation in valve source rcon protocal",
"homepage": "https://github.com/luckyweNda/rcon",
"license": "MIT",
"dependencies": [
"asio"
]
}