vcpkg/ports/gumbo/vcpkg.json
JonLiu1993 8bce7791e7
[gumbo] Add Exported CMake Targets (#24153)
* 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>
2022-04-19 09:39:39 -07:00

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
}
]
}