mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 22:29:01 +08:00
25 lines
404 B
JSON
25 lines
404 B
JSON
{
|
|
"name": "libsystemd",
|
|
"version": "256.4",
|
|
"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"
|
|
]
|
|
}
|