mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 19:09:00 +08:00
26 lines
423 B
JSON
26 lines
423 B
JSON
{
|
|
"name": "libsystemd",
|
|
"version": "255",
|
|
"port-version": 1,
|
|
"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"
|
|
]
|
|
}
|