You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
686 B

cask 'anaconda2' do
version '2.4.1'
sha256 'f4bd45a21e0dff106e36d11cfd532f2b5050d3b792cc0627ab231089341d2040'
9 years ago
url "https://repo.continuum.io/archive/Anaconda2-#{version}-MacOSX-x86_64.sh"
name 'Continuum Analytics Anaconda2'
9 years ago
homepage 'https://www.continuum.io/why-anaconda'
license :gratis
depends_on macos: '>= :lion'
container type: :naked
9 years ago
installer script: "Anaconda2-#{version}-MacOSX-x86_64.sh",
args: ['-b'],
sudo: false
9 years ago
preflight do
set_permissions "#{staged_path}/Anaconda2-#{version}-MacOSX-x86_64.sh", '+x'
end
uninstall delete: '~/anaconda2'
9 years ago
caveats do
path_environment_variable '~/anaconda2/bin'
end
end