aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tvision/vcpkg.json
blob: 1795348d63f8aa0848472da19a612a4cd432dc0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "tvision",
  "version-date": "2024-05-22",
  "port-version": 1,
  "description": "A modern port of Turbo Vision 2.0, the classical framework for text-based user interfaces.",
  "homepage": "https://github.com/magiblot/tvision",
  "license": "MIT",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "ncurses",
      "platform": "!windows"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}