cask 'keybase' do version '4.3.2-20190819174235,b1c5c7c912' sha256 '82541430b0c3a11df7c00e20e01939bca47d8e5a127d704791e429263827cdb0' url "https://prerelease.keybase.io/darwin-updates/Keybase-#{version.before_comma}%2B#{version.after_comma}.zip" appcast 'https://prerelease.keybase.io/update-darwin-prod-v2.json' name 'Keybase' homepage 'https://keybase.io/' auto_updates true app 'Keybase.app' postflight do system_command "#{appdir}/Keybase.app/Contents/SharedSupport/bin/keybase", args: ['install-auto'] end uninstall delete: '/Library/PrivilegedHelperTools/keybase.Helper', launchctl: 'keybase.Helper', login_item: 'Keybase', signal: [ ['TERM', 'keybase.Electron'], ['TERM', 'keybase.ElectronHelper'], ['KILL', 'keybase.Electron'], ['KILL', 'keybase.ElectronHelper'], ], script: { executable: "#{appdir}/Keybase.app/Contents/SharedSupport/bin/keybase", args: ['uninstall'], } zap trash: [ '~/Library/Application Support/Keybase', '~/Library/Caches/Keybase', '~/Library/Group Containers/keybase', '~/Library/Logs/Keybase*', '~/Library/Logs/keybase*', '~/Library/Preferences/keybase*', '/Library/Logs/keybase*', ], rmdir: '/keybase' end