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-10-10 10:18:59 +08:00
version '0.4.0'
sha256 '39a2765c7a0e03d798d3cfcce2ca265a1e612a9d8108a87315b040b14f2debff'
# 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