vcpkg/ports/libogg/vcpkg.json
Thomas1664 38b53e80eb
[libogg] Disable tests (#28526)
* [libogg] Disable license

* [libogg] Disable license

* version
2022-12-27 00:53:18 -08:00

19 lines
422 B
JSON

{
"name": "libogg",
"version": "1.3.5",
"port-version": 1,
"description": "Ogg is a multimedia container format, and the native file and stream format for the Xiph.org multimedia codecs.",
"homepage": "https://www.xiph.org/ogg",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}