aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libsystemd/vcpkg.json
blob: e221a3b339390c90152859133ac7c600eec63964 (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
{
  "name": "libsystemd",
  "version": "257.8",
  "description": "Libsystemd",
  "homepage": "https://github.com/systemd/systemd",
  "license": null,
  "supports": "linux",
  "dependencies": [
    {
      "name": "gperf",
      "host": true
    },
    "libcap",
    "liblzma",
    "libmount",
    "libxcrypt",
    "lz4",
    {
      "name": "vcpkg-tool-meson",
      "host": true
    },
    "zstd"
  ]
}