zeek/auxil/vcpkg/ports/attr/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04: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"
]
}
}
}