homebrew-cask/Casks/julia.rb

18 lines
534 B
Ruby
Raw Normal View History

2014-11-14 01:26:10 +08:00
cask :v1 => 'julia' do
2015-11-16 17:59:33 +08:00
version '0.4.1'
sha256 'bbfbcb5abbe8fd2bbe3a61ae4db1651fb43b6d017316ff70b75a2fd5aa5db9bd'
# 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