aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ncurses/vcpkg.json
blob: 9ec8abfdcd9daa30db56e0c7329369cfea9637ef (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": "ncurses",
  "version": "6.5",
  "port-version": 1,
  "description": [
    "Free software emulation of curses in System V Release 4.0, and more.",
    "This port installs a wide character configuration (ncursesw)."
  ],
  "homepage": "https://invisible-island.net/ncurses/announce.html",
  "license": "MIT",
  "supports": "!windows | mingw",
  "dependencies": [
    {
      "name": "vcpkg-cmake-get-vars",
      "host": true
    }
  ],
  "features": {
    "check-size": {
      "description": "Detect screensize of serial terminals"
    }
  }
}