mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 19:19:14 +08:00
21 lines
354 B
JSON
21 lines
354 B
JSON
|
{
|
||
|
"name": "libsystemd",
|
||
|
"version": "254",
|
||
|
"description": "Libsystemd",
|
||
|
"homepage": "https://github.com/systemd/systemd",
|
||
|
"license": "LGPL-2.1+",
|
||
|
"supports": "linux",
|
||
|
"dependencies": [
|
||
|
"libcap",
|
||
|
"liblzma",
|
||
|
"libmount",
|
||
|
"libxcrypt",
|
||
|
"lz4",
|
||
|
{
|
||
|
"name": "vcpkg-tool-meson",
|
||
|
"host": true
|
||
|
},
|
||
|
"zstd"
|
||
|
]
|
||
|
}
|