mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #4328 from leoj3n/switchresx-4.x
[WIP] SwitchResX 4.x
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
class Switchresx < Cask
|
||||
url 'http://www.madrau.com/data/switchresx/SwitchResX4.zip'
|
||||
homepage 'http://www.madrau.com'
|
||||
version '4.x'
|
||||
sha256 :no_check
|
||||
prefpane 'SwitchResX.prefPane'
|
||||
caskroom_only true # hack to activate uninstall stanza
|
||||
uninstall :quit => [
|
||||
'fr.madrau.switchresx.app',
|
||||
'fr.madrau.switchresx.daemon', # note, daemon does not :quit cleanly
|
||||
],
|
||||
:signal => [
|
||||
[ 'INT', 'fr.madrau.switchresx.daemon' ],
|
||||
[ 'KILL', 'fr.madrau.switchresx.daemon' ],
|
||||
],
|
||||
:files => [
|
||||
'/Library/ScriptingAdditions/SwitchResX Extensions.osax',
|
||||
'/Library/ScriptingAdditions/SwitchResX Menu.osax',
|
||||
]
|
||||
end
|
||||
Reference in New Issue
Block a user