homebrew-cask/Casks/cmake.rb

20 lines
636 B
Ruby

cask 'cmake' do
version '3.6.1'
sha256 'bcf1dc55040de3a2a16b040c3c2c82bffe08d6a7bc8406903444061fe869d6bc'
url "https://www.cmake.org/files/v#{version.major_minor}/cmake-#{version}-Darwin-x86_64.dmg"
name 'CMake'
homepage 'https://cmake.org'
license :bsd
conflicts_with formula: 'cmake'
app 'CMake.app'
binary "#{appdir}/CMake.app/Contents/bin/cmake"
binary "#{appdir}/CMake.app/Contents/bin/ccmake"
binary "#{appdir}/CMake.app/Contents/bin/cmakexbuild"
binary "#{appdir}/CMake.app/Contents/bin/cpack"
binary "#{appdir}/CMake.app/Contents/bin/ctest"
binary "#{appdir}/CMake.app/Contents/bin/cmake-gui"
end