Add ToolsRoot so Chocolatey_Bin_Root is \tools

This commit is contained in:
Iristyle
2012-12-03 14:31:12 -05:00
parent ddbf24cbf7
commit 7a84f6df89
3 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?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>