homebrew-cask/Casks/punto-switcher.rb

16 lines
487 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'punto-switcher' do
2014-10-18 01:06:55 +08:00
version :latest
sha256 :no_check
2014-12-09 02:34:58 +08:00
# yandex.net is the official download host per the vendor homepage
url 'https://cache-default02d.cdn.yandex.net/download.cdn.yandex.net/punto/mac/PuntoSwitcher.zip'
2015-01-06 11:17:32 +08:00
name 'Punto Switcher'
homepage 'https://punto.yandex.ru'
2015-10-09 02:12:41 +08:00
license :gratis
2014-09-10 23:37:05 +08:00
pkg 'PuntoSwitcher Installer.pkg'
uninstall quit: 'ru.yandex.desktop.PuntoSwitcher',
pkgutil: ['ru.yandex.puntoSwitcher*', 'ru.yandex.PuntoSwitcher*']
2014-03-24 02:45:12 +08:00
end