]> granicus.if.org Git - icinga2/blob - choco/icinga2.nuspec.cmake
Merge pull request #7404 from Icinga/bugfix/livestatus-interval
[icinga2] / choco / icinga2.nuspec.cmake
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <!-- Do not remove this test for UTF-8: if ??? doesn?t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->\r
3 <!--package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"-->\r
4 <package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">\r
5   <metadata>\r
6     <!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->\r
7     <id>icinga2</id>\r
8     <title>Icinga 2</title>\r
9     <version>${ICINGA2_VERSION_SAFE}</version>\r
10     <authors>Icinga GmbH</authors>\r
11     <owners>Icinga GmbH</owners>\r
12     <summary>icinga2 - Monitoring Agent for Windows</summary>\r
13     <description>Icinga 2 is an open source monitoring platform which notifies users about host and service outages.</description>\r
14     <projectUrl>https://icinga.com/</projectUrl>\r
15     <tags>icinga2 agent monitoring admin</tags>\r
16     <licenseUrl>https://icinga.com/resources/faq/</licenseUrl>\r
17     <releaseNotes>https://github.com/Icinga/icinga2/blob/master/ChangeLog</releaseNotes>\r
18     <docsUrl>https://docs.icinga.com/icinga2/</docsUrl>\r
19     <bugTrackerUrl>https://github.com/Icinga/icinga2/issues</bugTrackerUrl>\r
20     <packageSourceUrl>https://github.com/Icinga/icinga2</packageSourceUrl>\r
21     <projectSourceUrl>https://github.com/Icinga/icinga2</projectSourceUrl>\r
22     <requireLicenseAcceptance>false</requireLicenseAcceptance>\r
23     <iconUrl>https://icinga.com/wp-content/uploads/2015/05/icinga_icon_128x128.png</iconUrl>\r
24   </metadata>\r
25   <files>\r
26     <file src="${CMAKE_CURRENT_BINARY_DIR}/chocolateyInstall.ps1" target="tools" />\r
27     <file src="${CMAKE_CURRENT_SOURCE_DIR}/chocolateyUninstall.ps1" target="tools" />\r
28   </files>\r
29 </package>\r