homebrew-cask/Casks/visit.rb

13 lines
395 B
Ruby
Raw Normal View History

2014-11-14 01:27:18 +08:00
cask :v1 => 'visit' do
2015-01-19 11:20:50 +08:00
version '2.8.2'
sha256 'efd91ce3b3deec5b7703a3ae3cf8a12355b6e27334050b176e56552917221d9f'
2015-01-19 11:20:50 +08:00
# nersc.gov is the official download host per the vendor homepage
2014-09-26 20:09:17 +08:00
url "https://portal.nersc.gov/svn/visit/trunk/releases/#{version}/VisIt-#{version}.dmg"
2015-01-05 05:10:34 +08:00
name 'VisIt'
homepage 'https://wci.llnl.gov/simulation/computer-codes/visit'
license :bsd
2014-09-16 00:06:35 +08:00
app 'VisIt.app'
end