vcpkg/ports/libnick/vcpkg.json
Nick Logozzo d92515791f
[libnick] Update to 2024.3.0 (#37144)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-03-05 23:38:26 -08:00

39 lines
839 B
JSON

{
"name": "libnick",
"version": "2024.3.0",
"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": [
"boost-locale",
"curl",
"gettext-libintl",
{
"name": "glib",
"platform": "linux"
},
"jsoncpp",
{
"name": "libsecret",
"platform": "linux"
},
{
"name": "libuuid",
"platform": "linux"
},
"maddy",
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}