aboutsummaryrefslogtreecommitdiff
path: root/scripts/vcpkgTools.xml
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-02-23 16:34:31 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2018-02-23 18:19:04 -0800
commit407767858336479eebe759404db689a9b1e16671 (patch)
tree7f3014c271062212caa4d3e4c8aa3ca11b96f9fc /scripts/vcpkgTools.xml
parentf0cee21f7a11c9c2073616e199b412d6fb2a364d (diff)
downloadvcpkg-407767858336479eebe759404db689a9b1e16671.tar.gz
vcpkg-407767858336479eebe759404db689a9b1e16671.zip
Rename "depenencies" to tools. Rework xml file to reduce fields.
Diffstat (limited to 'scripts/vcpkgTools.xml')
-rw-r--r--scripts/vcpkgTools.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/scripts/vcpkgTools.xml b/scripts/vcpkgTools.xml
new file mode 100644
index 000000000..e54d16864
--- /dev/null
+++ b/scripts/vcpkgTools.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0"?>
+<tools version="1">
+ <tool name="cmake">
+ <requiredVersion>3.10.2</requiredVersion>
+ <exeRelativePath>cmake-3.10.2-win32-x86\bin\cmake.exe</exeRelativePath>
+ <url>https://cmake.org/files/v3.10/cmake-3.10.2-win32-x86.zip</url>
+ <sha256>f5f7e41a21d0e9b655aca58498b08e17ecd27796bf82837e2c84435359169dd6</sha256>
+ <archiveRelativePath>cmake-3.10.2-win32-x86.zip</archiveRelativePath>
+ </tool>
+ <tool name="git">
+ <requiredVersion>2.16.2</requiredVersion>
+ <exeRelativePath>MinGit-2.16.2-32-bit\cmd\git.exe</exeRelativePath>
+ <url>https://github.com/git-for-windows/git/releases/download/v2.16.2.windows.1/MinGit-2.16.2-32-bit.zip</url>
+ <sha256>322c727e482aa97522c64a5ac68bdda3780111e8670bcfb532beac8e11ece5da</sha256>
+ <archiveRelativePath>MinGit-2.16.2-32-bit.zip</archiveRelativePath>
+ </tool>
+ <tool name="vswhere">
+ <requiredVersion>2.3.2</requiredVersion>
+ <exeRelativePath>vswhere-2.3.2\vswhere.exe</exeRelativePath>
+ <url>https://github.com/Microsoft/vswhere/releases/download/2.3.2/vswhere.exe</url>
+ <sha256>103f2784c4b2c8e70c7c1c03687abbf22bce052aae30639406e4e13ffa29ee04</sha256>
+ </tool>
+ <tool name="nuget">
+ <requiredVersion>4.4.0</requiredVersion>
+ <exeRelativePath>nuget-4.4.0\nuget.exe</exeRelativePath>
+ <url>https://dist.nuget.org/win-x86-commandline/v4.4.0/nuget.exe</url>
+ <sha256>2cf9b118937eef825464e548f0c44f7f64090047746de295d75ac3dcffa3e1f6</sha256>
+ </tool>
+ <tool name="installerbase">
+ <requiredVersion>3.1.81</requiredVersion>
+ <exeRelativePath>QtInstallerFramework-win-x86\bin\installerbase.exe</exeRelativePath>
+ <url>https://github.com/podsvirov/installer-framework/releases/download/cr203958-9/QtInstallerFramework-win-x86.zip</url>
+ <sha256>f2ce23cf5cf9fc7ce409bdca49328e09a070c0026d3c8a04e4dfde7b05b83fe8</sha256>
+ <archiveRelativePath>QtInstallerFramework-win-x86.zip</archiveRelativePath>
+ </tool>
+</tools>