mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 12:39:07 +08:00
062f92c92e
* add port ctl * update version database * use vcpkg_from_github * update version database * rename air-ctl * . * update version * Update portfile.cmake * update version * All platforms supported * update versions * update SHA512 * update versions * update SHA512 * update versions * update SHA512 * update version * add port-version * ... * ... * ... * ... * ... * ... * ... * ... * ... * Update air-ctl.json Co-authored-by: 然Y <inie0722.gmail.com> Co-authored-by: LilyWangLL <94091114+LilyWangLL@users.noreply.github.com>
19 lines
342 B
JSON
19 lines
342 B
JSON
{
|
|
"name": "air-ctl",
|
|
"version": "1.0.0",
|
|
"port-version": 1,
|
|
"description": "C template container library",
|
|
"homepage": "https://github.com/inie0722/CTL",
|
|
"license": "BSL-1.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|