homebrew-cask/Casks/seil.rb

17 lines
583 B
Ruby
Raw Normal View History

class Seil < Cask
2014-08-09 18:07:23 +08:00
version '10.10.0'
sha256 'a61653ce058dc943a403583281a1a10b2b8bd496362ecf7b93989fc90f5547df'
2014-09-26 20:09:10 +08:00
url "https://pqrs.org/macosx/keyremap4macbook/files/Seil-#{version}.dmg"
homepage 'https://pqrs.org/macosx/keyremap4macbook/seil.html.en'
2014-09-10 23:37:06 +08:00
pkg 'Seil.pkg'
uninstall :quit => 'org.pqrs.Seil',
:kext => 'org.pqrs.driver.Seil',
:pkgutil => 'org.pqrs.driver.Seil'
2014-09-18 19:57:59 +08:00
zap :delete => [
'~/Library/Preferences/org.pqrs.PCKeyboardHack.plist',
'~/Library/Preferences/org.pqrs.Seil.plist',
]
end