vcpkg/ports/libcred/vcpkg.json
Jürgen Herrmann c1f1fb3128
[libcred] Add new port (#41204)
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2024-09-30 12:01:58 -04:00

23 lines
473 B
JSON

{
"name": "libcred",
"version": "1.0.0",
"description": "a cross-platform credentials helper library",
"homepage": "https://github.com/mamba-org/libcred",
"license": "MIT",
"supports": "!osx & !uwp & !arm & !(windows & staticcrt) & !android",
"dependencies": [
{
"name": "glib",
"platform": "linux"
},
{
"name": "libsecret",
"platform": "linux"
},
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}