vcpkg/ports/attr/vcpkg.json
2023-08-03 10:31:07 -07:00

25 lines
538 B
JSON

{
"name": "attr",
"version-semver": "2.5.1",
"port-version": 1,
"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": [
"gettext",
{
"name": "gettext",
"host": true,
"features": [
"tools"
]
}
]
}
}
}