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
2015-08-02 05:21:39 +08:00
version '2.2.3'
sha256 '2c0613e173522b5baff5e321ab1ae551c8a4acc223a0901ef423671baded92af'
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/',
checkpoint: 'd76f71bf62983625bbd95fca40197cda9a03c5e25b32bac39b49ec758a7bb362'
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