aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libiconv/vcpkg.json
blob: f53286be0a803d6edff50b936be9d586b93bc0be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "libiconv",
  "version": "1.18",
  "port-version": 3,
  "description": [
    "iconv() text conversion.",
    "This port installs GNU libiconv if the system C runtime doesn't provide a suitable iconv() implementation."
  ],
  "homepage": "https://www.gnu.org/software/libiconv/",
  "license": null,
  "dependencies": [
    {
      "name": "vcpkg-cmake-get-vars",
      "host": true,
      "platform": "android"
    }
  ]
}