mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:01:38 +08:00
27 lines
556 B
JSON
27 lines
556 B
JSON
{
|
|
"name": "acl",
|
|
"version-semver": "2.3.2",
|
|
"description": "Commands for Manipulating POSIX Access Control Lists",
|
|
"homepage": "https://savannah.nongnu.org/projects/acl",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "linux",
|
|
"dependencies": [
|
|
"attr"
|
|
],
|
|
"features": {
|
|
"nls": {
|
|
"description": "Enable native language support",
|
|
"dependencies": [
|
|
{
|
|
"name": "gettext",
|
|
"host": true,
|
|
"features": [
|
|
"tools"
|
|
]
|
|
},
|
|
"gettext-libintl"
|
|
]
|
|
}
|
|
}
|
|
}
|