vcpkg/ports/libnick/vcpkg.json

41 lines
874 B
JSON
Raw Normal View History

{
"name": "libnick",
2024-08-05 14:37:19 -04:00
"version": "2024.8.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",
"license": "GPL-3.0",
2024-06-20 11:37:19 -07:00
"supports": "windows | linux | osx",
"dependencies": [
"curl",
"gettext-libintl",
{
"name": "glib",
2024-06-20 11:37:19 -07:00
"platform": "linux | osx"
},
"jsoncpp",
{
"name": "libsecret",
"platform": "linux"
},
"maddy",
2024-06-11 16:53:07 -04:00
{
"name": "openssl",
2024-06-20 11:37:19 -07:00
"platform": "linux | osx"
2024-06-11 16:53:07 -04:00
},
{
"name": "sqlcipher",
"platform": "windows"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}