homebrew-cask/Casks/cmake.rb

20 lines
584 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'cmake' do
2015-12-21 19:06:30 +08:00
version '3.4.1'
sha256 '3c6d84b32d3e787a7161244db310f36441c015f6f39345887d65cacbcfb9107d'
url "https://www.cmake.org/files/v#{version.sub(%r{\.\d+$}, '')}/cmake-#{version}-Darwin-x86_64.dmg"
2015-03-26 11:14:01 +08:00
name 'CMake'
homepage 'https://cmake.org'
license :bsd
conflicts_with formula: 'cmake'
app 'CMake.app'
2015-01-24 06:34:59 +08:00
binary 'CMake.app/Contents/bin/cmake'
binary 'CMake.app/Contents/bin/ccmake'
binary 'CMake.app/Contents/bin/cmakexbuild'
binary 'CMake.app/Contents/bin/cpack'
binary 'CMake.app/Contents/bin/ctest'
binary 'CMake.app/Contents/bin/cmake-gui'
end