homebrew-cask/Casks/punto-switcher.rb

14 lines
400 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
url 'http://download.cdn.yandex.net.cache-ams02.cdn.yandex.net/punto/mac/PuntoSwitcher.zip'
homepage 'http://punto.yandex.ru'
2014-10-01 23:33:42 +08:00
license :unknown
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