aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libcroco/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libcroco/vcpkg.json')
-rw-r--r--vcpkg/ports/libcroco/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/libcroco/vcpkg.json b/vcpkg/ports/libcroco/vcpkg.json
new file mode 100644
index 0000000..f37e299
--- /dev/null
+++ b/vcpkg/ports/libcroco/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "libcroco",
+ "version": "0.6.13",
+ "port-version": 8,
+ "description": "A standalone css2 parsing and manipulation library",
+ "license": "LGPL-2.0-only",
+ "dependencies": [
+ "glib",
+ {
+ "name": "libxml2",
+ "default-features": false
+ },
+ {
+ "name": "vcpkg-make",
+ "host": true
+ }
+ ]
+}