vcpkg/ports/libnick/vcpkg.json
2024-06-17 11:41:03 -07:00

45 lines
936 B
JSON

{
"name": "libnick",
"version": "2024.6.6",
"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",
"license": "GPL-3.0",
"supports": "(windows & x64) | (linux & x64)",
"dependencies": [
"curl",
"gettext-libintl",
{
"name": "glib",
"platform": "linux"
},
"jsoncpp",
{
"name": "libsecret",
"platform": "linux"
},
{
"name": "libuuid",
"platform": "linux"
},
"maddy",
{
"name": "openssl",
"platform": "linux"
},
{
"name": "sqlcipher",
"platform": "windows"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}