aboutsummaryrefslogtreecommitdiff
path: root/ports/replxx/vcpkg.json
blob: b82ef13a11f1bd6cbad402068fb022414cfc44b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "replxx",
  "version": "0.0.3",
  "description": "A small, portable GNU readline replacement for Linux, Windows and MacOS which is capable of handling UTF-8 characters.",
  "homepage": "https://github.com/AmokHuginnsson/replxx",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}