aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libsnoretoast/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libsnoretoast/vcpkg.json')
-rw-r--r--vcpkg/ports/libsnoretoast/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/libsnoretoast/vcpkg.json b/vcpkg/ports/libsnoretoast/vcpkg.json
new file mode 100644
index 0000000..d9263bb
--- /dev/null
+++ b/vcpkg/ports/libsnoretoast/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "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
+ }
+ ]
+}