vcpkg/ports/attr/vcpkg.json
2024-01-22 10:59:09 -08:00

24 lines
525 B
JSON

{
"name": "attr",
"version-semver": "2.5.2",
"description": "Commands for Manipulating Filesystem Extended Attributes",
"homepage": "http://savannah.nongnu.org/projects/attr",
"license": "LGPL-2.1-or-later",
"supports": "linux",
"features": {
"nls": {
"description": "Enable native language support",
"dependencies": [
{
"name": "gettext",
"host": true,
"features": [
"tools"
]
},
"gettext-libintl"
]
}
}
}