vcpkg/ports/kf5codecs/vcpkg.json
Dawid Wróbel e37021ebfb
[kf5codecs] add explicit gperf dependency (#20266)
* [kf5codecs] add explicit gperf dependency

* [kf5codecs] wrap paths in quotes; no need to remove /etc

* [kf5codecs] update versions

* [kf5codecs] make gperf host dependency

Co-authored-by: Billy O'Neal <bion@microsoft.com>

* [kf5codecs] pass the gperf host executable path

* [kf5codecs] update versions

* [kf5codecs] fix a typo in find_program()

* [kf5codecs] quote the Gperf_EXECUTABLE path

* [kf5codecs] update versions

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2021-10-26 22:27:18 -07:00

25 lines
438 B
JSON

{
"name": "kf5codecs",
"version": "5.84.0",
"port-version": 3,
"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
}
]
}