homebrew-cask/Casks/awips-python.rb

13 lines
301 B
Ruby

cask 'awips-python' do
version :latest
sha256 :no_check
url 'http://www.unidata.ucar.edu/downloads/awips2/awips-python.pkg'
name 'AWIPS Python'
homepage 'http://www.unidata.ucar.edu/software/awips2/'
pkg 'awips-python.pkg'
uninstall pkgutil: 'com.mygreatcompany.pkg.aiwps-python'
end