Bug 1664774 [wpt PR 25514] - Python 3: make the new introduced image.py file python...
[gecko.git] / third_party / WinToast / moz.yaml
blob4faba12c99defaadc7983c87451b95d3568ba576
1 # Version of this schema
2 schema: 1
4 # Manual Update can be done with:
5 # cd third_pary/WinToast
6 # wget https://raw.githubusercontent.com/mohabouje/WinToast/master/src/wintoastlib.cpp
7 # wget https://raw.githubusercontent.com/mohabouje/WinToast/master/src/wintoastlib.h
9 bugzilla:
10   # Bugzilla product and component for this directory and subdirectories
11   product: Toolkit
12   component: "General"
14 # Document the source of externally hosted code
15 origin:
17   # Short name of the package/library
18   name: WinToast
20   description: WinToast is a lightly library written in C++ which brings a complete integration of the modern toast notifications of Windows 8 & Windows 10.
22   # Full URL for the package's homepage/etc
23   # Usually different from repository url
24   url: https://github.com/mohabouje/WinToast
26   # Human-readable identifier for this version/release
27   # Generally "version NNN", "tag SSS", "bookmark SSS"
28   release: commit 09227c72f16ccefc36e9d430dea3b435346dbcbc
30   # The package's license, where possible using the mnemonic from
31   # https://spdx.org/licenses/
32   # Multiple licenses can be specified (as a YAML list)
33   # A "LICENSE" file must exist containing the full license text
34   license: MIT