mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:59:01 +08:00
5d2a0a9814
* Xbox triplets should not support ports with only copyleft licenses * Reverted ports that build with xbox currently * Fix conflict and rebase * Update baseline * Update baseline
21 lines
424 B
JSON
21 lines
424 B
JSON
{
|
|
"name": "grantlee",
|
|
"version": "5.3.1",
|
|
"port-version": 2,
|
|
"description": "Libraries for text templating with Qt",
|
|
"homepage": "https://github.com/steveire/grantlee",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "!staticcrt & !xbox",
|
|
"dependencies": [
|
|
"qtdeclarative",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|