diff options
Diffstat (limited to 'vcpkg/ports/libcred/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libcred/vcpkg.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/libcred/vcpkg.json b/vcpkg/ports/libcred/vcpkg.json new file mode 100644 index 0000000..2865593 --- /dev/null +++ b/vcpkg/ports/libcred/vcpkg.json @@ -0,0 +1,22 @@ +{ + "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 + } + ] +} |