Skip to content

Instantly share code, notes, and snippets.

@terrillmoore
Last active July 14, 2021 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save terrillmoore/2530cdeb8e120199edb556205dacbe0f to your computer and use it in GitHub Desktop.
Save terrillmoore/2530cdeb8e120199edb556205dacbe0f to your computer and use it in GitHub Desktop.
Scoop manifest for CMake-3.20.4
{
"version": "3.20.4",
"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.20.4/cmake-3.20.4-windows-x86_64.zip",
"hash": "965d2f001c3ca807d288f2b6b15c42b25579a0e73ef12c2a72c95f4c69123638",
"extract_dir": "cmake-3.20.4-windows-x86_64"
},
"32bit": {
"url": "https://github.com/Kitware/CMake/releases/download/v3.20.4/cmake-3.20.4-windows-i386.zip",
"hash": "e571c0cebb237da800198ef89d1c874d15f04dfe13dc44d85c2a56e90a4a5209",
"extract_dir": "cmake-3.20.4-windows-i386"
}
},
"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