vcpkg/ports/libnick/vcpkg.json

41 lines
883 B
JSON
Raw Normal View History

{
"name": "libnick",
2024-11-19 14:04:15 +08:00
"version": "2024.11.1",
"maintainers": "Nicholas Logozzo nlogozzo225@gmail.com",
"description": "A cross-platform base for native Nickvision applications.",
"homepage": "https://github.com/NickvisionApps/libnick",
"documentation": "https://github.com/NickvisionApps/libnick/tree/main/docs",
2024-08-16 15:28:23 +08:00
"license": "GPL-3.0-only",
2024-06-21 02:37:19 +08:00
"supports": "windows | linux | osx",
"dependencies": [
2024-09-05 13:31:12 +08:00
"boost-json",
"curl",
"gettext-libintl",
{
"name": "glib",
2024-06-21 02:37:19 +08:00
"platform": "linux | osx"
},
{
"name": "libsecret",
"platform": "linux"
},
"maddy",
2024-06-12 04:53:07 +08:00
{
"name": "openssl",
2024-06-21 02:37:19 +08:00
"platform": "linux | osx"
2024-06-12 04:53:07 +08:00
},
{
"name": "sqlcipher",
"platform": "windows"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}