vcpkg/ports/cld3/vcpkg.json
Javier Matos Denizac a3a0fc0eae
[cld3] Fix unofficial config (#36399)
* bump port version

* version db

* fix config name

* version db

* fix exports

* fix unofficial config

* version db

* fix config line ending

* version db

* Shrink unofficial-export.patch by using if(0) to disable the unit tests rather than deleting them.

* Billy forgot version DB.

---------

Co-authored-by: Javier Matos <javiermatos@Javiers-Laptop.local>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2024-01-26 16:44:50 -08:00

20 lines
358 B
JSON

{
"name": "cld3",
"version": "3.0.14",
"port-version": 1,
"description": "Compact Language Detector v3",
"homepage": "https://github.com/google/cld3",
"license": "Apache-2.0",
"dependencies": [
"protobuf",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}