aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libnick/vcpkg.json
blob: 002574dddfc6103019e48d707f926b98bfc6a434 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "name": "libnick",
  "version": "2025.10.0",
  "maintainers": "Nicholas Logozzo nlogozzo225@gmail.com",
  "description": "A cross-platform base for native Nickvision applications.",
  "homepage": "https://github.com/NickvisionApps/libnick",
  "documentation": "https://github.com/NickvisionApps/libnick/tree/main/docs",
  "license": "GPL-3.0-only",
  "supports": "windows | linux | osx",
  "dependencies": [
    "boost-json",
    "cpr",
    "gettext-libintl",
    {
      "name": "glib",
      "platform": "linux | osx"
    },
    {
      "name": "libsecret",
      "platform": "linux"
    },
    "maddy",
    {
      "name": "sqlcipher",
      "platform": "windows"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}