homebrew-cask/Casks/functionflip.rb

18 lines
671 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'functionflip' do
2018-01-29 01:29:21 +08:00
version '2.2.4'
sha256 '429a07deef5767534dee2d99ab147242c41ef860c48d0dbf0c68f2687fbe9db4'
2014-09-26 20:08:55 +08:00
url "http://kevingessner.com/public/downloads/FunctionFlip/#{version}/FunctionFlip.prefPane.zip"
2016-08-07 15:42:17 +08:00
appcast 'http://kevingessner.com/update/functionflip/',
2018-01-29 01:29:21 +08:00
checkpoint: '22c2879918c8d1c9cc3a21cc0851ea40baad61dd91464702ca50ced0839b4824'
2015-04-06 16:50:21 +08:00
name 'FunctionFlip'
homepage 'http://kevingessner.com/software/functionflip/'
2016-08-07 15:42:17 +08:00
# FIXME: `accessibility_access true` only works on the first
# `app` stanza, but should ideally take a bundle id
#
# accessibility_access 'com.kevingessner.FFHelperApp'
prefpane 'FunctionFlip.prefPane'
end