-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopenrgb.nuspec
84 lines (67 loc) · 4.9 KB
/
openrgb.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="utf-8"?>
<!-- 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. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>openrgb</id>
<version>0.9.0</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-openrgb/tree/v0.9.0</packageSourceUrl>
<owners>sublym0nal</owners>
<title>OpenRGB</title>
<authors>Adam Honse (CalcProgrammer1)</authors>
<projectUrl>https://openrgb.org/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/brogers5/chocolatey-package-openrgb@dd76d83044a6045e1882e53a7360fb8791811de5/openrgb.png</iconUrl>
<copyright>Copyright (C) 2023 Adam Honse</copyright>
<licenseUrl>https://gitlab.com/CalcProgrammer1/OpenRGB/-/blob/release_0.9/LICENSE</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<projectSourceUrl>https://gitlab.com/CalcProgrammer1/OpenRGB/-/tree/release_0.9</projectSourceUrl>
<docsUrl>https://gitlab.com/CalcProgrammer1/OpenRGB/-/wikis/home</docsUrl>
<bugTrackerUrl>https://gitlab.com/CalcProgrammer1/OpenRGB/-/issues</bugTrackerUrl>
<tags>openrgb rgb motherboard gpu ram keyboard headset led cross-platform foss</tags>
<summary>Open source RGB lighting control that doesn't depend on manufacturer software</summary>
<description><![CDATA[
---
### [choco://openrgb](choco://openrgb)
To use choco:// protocol URLs, install [(unofficial) choco:// Protocol support](https://community.chocolatey.org/packages/choco-protocol-support)
---
## OpenRGB
One of the biggest complaints about RGB is the software ecosystem surrounding it. Every manufacturer has their own app, their own brand, their own style. If you want to mix and match devices, you end up with a ton of conflicting, functionally identical apps competing for your background resources. On top of that, these apps are proprietary and Windows-only. Some even require online accounts. What if there was a way to control all of your RGB devices from a single app, on both Windows and Linux, without any nonsense? That is what OpenRGB sets out to achieve. One app to rule them all.
![OpenRGB Screenshot](https://cdn.jsdelivr.net/gh/brogers5/chocolatey-package-openrgb@9faeed858d7ecbb7ae71fd125e7565cf0131876d/Screenshot.png)
### Features
* Set colors and select effect modes for a wide variety of RGB hardware
* Save and load profiles
* Control lighting from third party software using the OpenRGB SDK
* Command line interface
* Connect multiple instances of OpenRGB to synchronize lighting across multiple PCs
* Can operate standalone or in a client/headless server configuration
* View device information
* No official/manufacturer software required
* Graphical view of device LEDs makes creating custom patterns easy
## Package Parameters
* `/NoShim` - Opt out of creating a GUI shim.
* `/NoDesktopShortcut` - Opt out of creating a Desktop shortcut.
* `/NoProgramsShortcut` - Opt out of creating a Programs shortcut in your Start Menu.
* `/Start` - Automatically start OpenRGB after installation completes.
## Package Notes
This package may create a [shim](https://docs.chocolatey.org/en-us/features/shim) for `OpenRGB.exe`, as is typical for a portable application package. However, `shimgen` will create a GUI shim, which will not wait for the underlying process to exit by default. This may cause issues with displaying console output when using the command-line interface. Users requiring this functionality should pass the `--shimgen-waitforexit` switch to ensure the shim behaves correctly.
---
When using the `/Start` package parameter, you may see a large `CLIXML` block logged to `stderr`. This is [a known issue](https://github.com/chocolatey/choco/issues/1016) with Chocolatey's `Start-ChocolateyProcessAsAdmin` cmdlet, and is not necessarily indicative of an error condition. Until this is addressed, you should ensure the `failOnStandardError` feature is disabled while installing/upgrading this package.
---
For future upgrade operations, consider opting into Chocolatey's `useRememberedArgumentsForUpgrades` feature to avoid having to pass the same arguments with each upgrade:
```shell
choco feature enable --name="'useRememberedArgumentsForUpgrades'"
```
]]></description>
<releaseNotes>https://gitlab.com/CalcProgrammer1/OpenRGB/-/releases/release_0.9</releaseNotes>
<dependencies>
<dependency id="vcredist140" version="14.20.27508.1" />
</dependencies>
</metadata>
<files>
<file src="tools\chocolateybeforemodify.ps1" target="tools" />
<file src="tools\chocolateyinstall.ps1" target="tools" />
<file src="tools\chocolateyuninstall.ps1" target="tools" />
<file src="tools\OpenRGB_*_Windows_*.zip" target="tools" />
<file src="tools\LICENSE.txt" target="tools" />
<file src="tools\VERIFICATION.txt" target="tools" />
</files>
</package>