aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/duckx/vcpkg.json
blob: 36de4bea712197e912c97b9fef297da19fe2aa6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "duckx",
  "version": "1.2.2",
  "port-version": 1,
  "description": "DuckX is a library for creation of Office docx files.",
  "homepage": "https://github.com/amiremohamadi/DuckX",
  "license": "MIT",
  "dependencies": [
    "libzip",
    "pugixml",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}