vcpkg/ports/libsnoretoast/vcpkg.json
Kuntal Majumder aacdf5fd5a
[ libsnoretoast ] new port (#19281)
* Add libsnoretoast port

* Skip the ci check for libsnoretoast on osx and linux

* Add the version baseline

* replace deprecated cmake commands

* Update version database

* make uwp as unsupported

* Update version database

* use copy_tools and add quotes

* Update version database

* removed explicit defaults, made fail on uwp and updated the description

* Update version database
2021-08-05 03:07:52 -07:00

18 lines
408 B
JSON

{
"name": "libsnoretoast",
"version-semver": "0.8.0",
"description": "A tool to create Windows Toast notifications and parse them on Windows 8 or later.",
"homepage": "https://invent.kde.org/libraries/snoretoast",
"supports": "windows & !uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}