homebrew-cask/Casks/seil.rb

22 lines
776 B
Ruby
Raw Normal View History

2014-11-14 01:26:53 +08:00
cask :v1 => 'seil' do
2015-05-08 07:16:17 +08:00
version '11.1.0'
sha256 'eb87ad8b903ba14de69ce7e64913a85d53cc59ee8af5fa916211c3a00d29bf7d'
2014-09-26 20:09:10 +08:00
url "https://pqrs.org/macosx/keyremap4macbook/files/Seil-#{version}.dmg"
2015-04-26 23:49:28 +08:00
name 'Seil'
homepage 'https://pqrs.org/macosx/keyremap4macbook/seil.html.en'
license :public_domain
2014-09-10 23:37:06 +08:00
pkg 'Seil.pkg'
2014-10-11 22:32:44 +08:00
uninstall :quit => 'org.pqrs.Seil',
:kext => 'org.pqrs.driver.Seil',
:pkgutil => 'org.pqrs.driver.Seil'
2014-10-11 22:32:44 +08:00
zap :delete => [
'~/Library/Caches/org.pqrs.PCKeyboardHack',
'~/Library/Caches/org.pqrs.Seil',
'~/Library/Preferences/org.pqrs.PCKeyboardHack.plist',
'~/Library/Preferences/org.pqrs.Seil.plist',
]
end