diff options
Diffstat (limited to 'vcpkg/ports/attr/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/attr/vcpkg.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/attr/vcpkg.json b/vcpkg/ports/attr/vcpkg.json new file mode 100644 index 0000000..e21ee4a --- /dev/null +++ b/vcpkg/ports/attr/vcpkg.json @@ -0,0 +1,23 @@ +{ + "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" + ] + } + } +} |