mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 19:50:45 +08:00
8bce7791e7
* Add Exported CMake Targets * update version * update version-sting to version * update version * update portfile.cmake * update version * Add configure_file * update version * Add configure_file * update version * Add configure_file * update version * update CMakeLists * update version * install pc file * update version * Update ports/gumbo/CMakeLists.txt Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Update ports/gumbo/CMakeLists.txt Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * Update ports/gumbo/CMakeLists.txt * Update ports/gumbo/portfile.cmake * update version Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
19 lines
359 B
JSON
19 lines
359 B
JSON
{
|
|
"name": "gumbo",
|
|
"version": "0.10.1",
|
|
"port-version": 5,
|
|
"description": "An HTML5 parsing library in pure C99",
|
|
"homepage": "https://github.com/google/gumbo-parser",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|