homebrew-cask/Casks/julia.rb

18 lines
533 B
Ruby
Raw Normal View History

2014-11-14 01:26:10 +08:00
cask :v1 => 'julia' do
2015-05-04 17:54:59 +08:00
version '0.3.8'
sha256 '078afe227d5f429869494376f130b344ff149175dd4656f5abc736af802dfb7d'
# 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 => '>= 10.7'
2014-10-11 22:29:34 +08:00
zap :delete => '~/.julia'
end