aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libsnoretoast/vcpkg.json
blob: d9263bbd8cc13f04c111a84e158f59040f99ceb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "libsnoretoast",
  "version": "0.8.0",
  "port-version": 2,
  "description": "A tool to create Windows Toast notifications and parse them on Windows 8 or later.",
  "homepage": "https://invent.kde.org/libraries/snoretoast",
  "supports": "windows & !uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}