vcpkg/ports/air-ctl/vcpkg.json
然Y 90024c5770
[air-ctl] add new port (#24837)
* add port ctl

* update version database

* use vcpkg_from_github

* update version database

* rename air-ctl

* .

* update version

* Update portfile.cmake

* update version

Co-authored-by: 然Y <inie0722.gmail.com>
2022-05-26 13:02:15 -07:00

19 lines
343 B
JSON

{
"name": "air-ctl",
"version": "1.0.0",
"description": "C template container library",
"homepage": "https://github.com/inie0722/CTL",
"license": "BSL-1.0",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}