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