aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/acl/vcpkg.json
blob: 591f32be33342a1b0a51506a38f3baa5f1a3846f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "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"
      ]
    }
  }
}