pineapple/externals/vcpkg/ports/akali/vcpkg.json
2022-07-23 03:01:36 +02:00

19 lines
368 B
JSON
Executable file

{
"name": "akali",
"version": "1.43",
"port-version": 1,
"description": "C++ Common Library.",
"homepage": "https://github.com/winsoft666/akali",
"license": "MIT",
"supports": "!(arm | arm64 | uwp)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}