homebrew-cask/Casks/julia.rb

18 lines
527 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'julia' do
2015-12-12 15:23:35 +08:00
version '0.4.2'
sha256 '9ca3756d43cc10d950fafa6e93dd7f4c6ebeade5edb5307cc1e3217b04f5bbe1'
# amazonaws.com is the official download host per the vendor homepage
2015-03-25 20:32:16 +08:00
url "https://s3.amazonaws.com/julialang/bin/osx/x64/#{version.sub(/\.\d+$/, '')}/julia-#{version}-osx10.7+.dmg"
2015-04-07 21:28:53 +08:00
name 'Julia'
homepage 'http://julialang.org/'
2014-10-12 00:34:56 +08:00
license :mit
2014-09-25 11:36:46 +08:00
app "Julia-#{version}.app"
2014-11-30 15:20:01 +08:00
binary "Julia-#{version}.app/Contents/Resources/julia/bin/julia"
2014-10-11 22:29:34 +08:00
depends_on :macos => '>= :lion'
2014-10-11 22:29:34 +08:00
zap :delete => '~/.julia'
end