mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 18:10:25 +08:00
a2d8a7cbb1
* Take gperf from vcpkg tool if possible * [gperf] Install binary into tools/gperf/ * Fix kf5codecs gperf bug * Add PREPEND to freetds port * fix gperf for qtwebengine * make gperf modern port Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
25 lines
438 B
JSON
25 lines
438 B
JSON
{
|
|
"name": "kf5codecs",
|
|
"version": "5.89.0",
|
|
"port-version": 1,
|
|
"description": "String encoding library",
|
|
"homepage": "https://api.kde.org/frameworks/kcodecs/html/index.html",
|
|
"dependencies": [
|
|
"ecm",
|
|
{
|
|
"name": "gperf",
|
|
"host": true
|
|
},
|
|
"qt5-base",
|
|
"qt5-tools",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|