Skip to content

Instantly share code, notes, and snippets.

@terrillmoore
Last active July 19, 2020 22:44
Show Gist options
  • Save terrillmoore/41a32e866b45a531ab3dab9d9312b5b4 to your computer and use it in GitHub Desktop.
Save terrillmoore/41a32e866b45a531ab3dab9d9312b5b4 to your computer and use it in GitHub Desktop.
Scoop Manifest for CMake 3.14.7
{
"version": "3.14.7",
"description": "Open-source, cross-platform family of tools designed to build, test and package software",
"homepage": "https://cmake.org/",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/Kitware/CMake/releases/download/v3.14.7/cmake-3.14.7-win64-x64.zip",
"hash": "e3ce0bdd966dc9a8e9c57ea949bc195c36c6f843bd3e431990d59c381be7ba8e",
"extract_dir": "cmake-3.14.7-win64-x64"
},
"32bit": {
"url": "https://github.com/Kitware/CMake/releases/download/v3.14.7/cmake-3.14.7-win32-x86.zip",
"hash": "55eafae4327cc8cedaf69eb012e3dcfd88e2045279d12c49c7af253c49786237",
"extract_dir": "cmake-3.14.7-win32-x86"
}
},
"bin": [
"bin/cmake.exe",
"bin/cmcldeps.exe",
"bin/cpack.exe",
"bin/ctest.exe",
"bin/cmake-gui.exe"
],
"shortcuts": [
[
"bin/cmake-gui.exe",
"cmake-gui"
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment