aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gumbo/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/gumbo/vcpkg.json')
-rw-r--r--vcpkg/ports/gumbo/vcpkg.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/gumbo/vcpkg.json b/vcpkg/ports/gumbo/vcpkg.json
new file mode 100644
index 0000000..d384b3a
--- /dev/null
+++ b/vcpkg/ports/gumbo/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "gumbo",
+ "version": "0.12.3",
+ "description": "An HTML5 parsing library in pure C99",
+ "homepage": "https://codeberg.org/gumbo-parser/gumbo-parser",
+ "license": "Apache-2.0",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}