20 lines
872 B
XML
20 lines
872 B
XML
<?xml version="1.0"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<metadata>
|
|
<id>toolsroot</id>
|
|
<version>0.1.0</version>
|
|
<title>Tools Root</title>
|
|
<authors>Ethan J. Brown</authors>
|
|
<owners>Ethan J. Brown</owners>
|
|
<!--<iconUrl></iconUrl>-->
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>Set's the chocolatey_bin_root environment variable to a default value of '\tools' if not already set. This allows packages such as Ruby, Python etc. to install in \tools instead of the system root.
|
|
</description>
|
|
<summary>Sets the chocolatey_bin_root default value to \tools.</summary>
|
|
<tags>path</tags>
|
|
<!--<dependencies>
|
|
<dependency id="" version="" />
|
|
</dependencies>-->
|
|
</metadata>
|
|
</package>
|