homebrew-cask/Casks/punto-switcher.rb

15 lines
525 B
Ruby

cask 'punto-switcher' do
version :latest
sha256 :no_check
# cache-ams04.cdn.yandex.net/download.cdn.yandex.net/punto/mac was verified as official when first introduced to the cask
url 'https://cache-ams04.cdn.yandex.net/download.cdn.yandex.net/punto/mac/PuntoSwitcher.zip'
name 'Punto Switcher'
homepage 'https://yandex.ru/soft/punto/'
pkg 'PuntoSwitcher Installer.pkg'
uninstall quit: 'ru.yandex.desktop.PuntoSwitcher',
pkgutil: ['ru.yandex.puntoSwitcher*', 'ru.yandex.PuntoSwitcher*']
end