homebrew-cask/Casks/geogebra.rb

22 lines
796 B
Ruby
Raw Normal View History

2017-03-22 00:20:06 +08:00
cask 'geogebra' do
2017-10-28 05:33:27 +08:00
version '6.0.392.0'
sha256 'cd8fc070d530dd515eb7ee793ba74a8027adbb60299ef51c23d8107efd914238'
2017-03-22 00:20:06 +08:00
2017-04-23 18:39:47 +08:00
url "https://download.geogebra.org/installers/#{version.major_minor}/GeoGebra-MacOS-Portable-#{version.dots_to_hyphens}.pkg"
2017-03-22 00:20:06 +08:00
name 'GeoGebra'
homepage 'https://www.geogebra.org/'
2017-04-23 18:39:47 +08:00
pkg "GeoGebra-MacOS-Portable-#{version.dots_to_hyphens}.pkg"
2017-03-22 00:20:06 +08:00
uninstall quit: 'org.geogebra.mathapps',
2017-04-23 18:39:47 +08:00
login_item: 'GeoGebra',
pkgutil: 'org.geogebra6.mac'
2017-03-22 00:20:06 +08:00
2017-11-18 18:08:50 +08:00
zap trash: [
'~/Library/GeoGebra',
'~/Library/Preferences/org.geogebra.mathapps.helper.plist',
'~/Library/Preferences/org.geogebra.mathapps.plist',
'~/Library/Saved Application State/org.geogebra.mathapps.savedState',
]
2017-03-22 00:20:06 +08:00
end