vcpkg/ports/gklib/vcpkg.json
Billy O'Neal 97f26935db
[gklib] Fix share path case. (#26157)
* [gklib] Fix share path case.

In https://github.com/microsoft/vcpkg/pull/26020 I forgot to apply @ras0219 's over the shoulder review comment to change the directory name to all lowercase.

* More case!
2022-08-04 12:44:16 -07:00

19 lines
370 B
JSON

{
"name": "gklib",
"version-date": "2022-07-27",
"port-version": 1,
"description": "General helper libraries for KarypisLab.",
"homepage": "https://github.com/KarypisLab/GKlib/",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}