mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-12 14:08:25 -05:00
19 lines
422 B
JSON
Executable File
19 lines
422 B
JSON
Executable File
{
|
|
"name": "libsnoretoast",
|
|
"version": "0.8.0",
|
|
"port-version": 2,
|
|
"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
|
|
}
|
|
]
|
|
}
|