Files
vcpkg/ports/libiconv/vcpkg.json
2025-10-31 08:45:29 -07:00

19 lines
434 B
JSON

{
"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"
}
]
}