aboutsummaryrefslogtreecommitdiff
path: root/libs/vcpkg-registry/ports/mo2-archive/vcpkg.json
blob: 6d63ba13288c42da67ced987e633292e8afe8424 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "mo2-archive",
  "version": "2.0.0",
  "description": "MO2 archive extraction component.",
  "homepage": "https://github.com/ModOrganizer2/modorganizer-archive",
  "license": "GPL-3.0",
  "supports": "!uwp",
  "dependencies": [
    "7zip",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}