vcpkg/ports/libmount/vcpkg.json
2024-04-01 15:04:12 -07:00

24 lines
530 B
JSON

{
"name": "libmount",
"version": "2.40",
"description": "Block device identification library from util-linux",
"homepage": "https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/about/",
"license": null,
"supports": "linux",
"features": {
"nls": {
"description": "Enable native language support",
"dependencies": [
{
"name": "gettext",
"host": true,
"features": [
"tools"
]
},
"gettext-libintl"
]
}
}
}