homebrew-cask/Casks/punto-switcher.rb

12 lines
432 B
Ruby
Raw Normal View History

2014-03-24 02:45:12 +08:00
class PuntoSwitcher < Cask
version '1.3.0'
sha256 'd6ef0be09fdef79ea84dca013cee11393d07243db9c6240f7d31c42cf527426d'
url 'http://download.cdn.yandex.net.cache-ams02.cdn.yandex.net/punto/mac/PuntoSwitcher.zip'
homepage 'http://punto.yandex.ru'
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