homebrew-cask/Casks/punto-switcher.rb

16 lines
497 B
Ruby
Raw Normal View History

2014-11-14 01:26:44 +08:00
cask :v1 => '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 'http://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 'http://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'
2014-03-24 02:45:12 +08:00
uninstall :quit => 'ru.yandex.desktop.PuntoSwitcher',
:pkgutil => [ 'ru.yandex.puntoSwitcher*', 'ru.yandex.PuntoSwitcher*' ]
end