vcpkg/ports/zstd/vcpkg.json
Kai Pastor 43b616b93a
[zstd] Fix mingw pc file (#20852)
* Don't add _static suffix to mingw pc file

* Update versions

* Update portfile.cmake

Small changes for the format

* Fix name of exported version file

* Update versions

* [skip actions] CI

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-10-26 22:58:36 -07:00

18 lines
343 B
JSON

{
"name": "zstd",
"version-semver": "1.5.0",
"port-version": 1,
"description": "Zstandard - Fast real-time compression algorithm",
"homepage": "https://facebook.github.io/zstd/",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}