aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gettext-libintl/vcpkg.json
blob: d7e1d5266d6aaa37740ae4a9f568c43a18e9063f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "gettext-libintl",
  "version": "0.22.5",
  "port-version": 4,
  "description": "The libintl C library from GNU gettext-runtime.",
  "homepage": "https://www.gnu.org/software/gettext/",
  "license": "LGPL-2.1-or-later",
  "supports": "!xbox",
  "dependencies": [
    {
      "name": "libiconv",
      "platform": "!linux"
    },
    {
      "name": "vcpkg-make",
      "host": true
    }
  ]
}