homebrew-cask/Casks/keycastr.rb

22 lines
677 B
Ruby
Raw Normal View History

2014-11-14 01:26:12 +08:00
cask :v1 => 'keycastr' do
2014-11-23 20:53:22 +08:00
version '0.8.2-bezel'
sha256 '4b613caf54e474c3b5a6ad802252787ce0b3c3451b5777c7a66214bd0bb53905'
2014-08-12 14:07:18 +08:00
2014-11-23 20:53:22 +08:00
# github.com/lqez is the official download host per the vendor homepage
url "https://github.com/lqez/keycastr/releases/download/#{version}/KeyCastr.zip"
homepage 'https://github.com/keycastr/keycastr'
2014-10-01 23:33:12 +08:00
license :oss
2014-08-12 14:07:18 +08:00
2014-09-16 00:05:48 +08:00
app 'KeyCastr.app'
2014-08-12 14:07:18 +08:00
# todo: replace with new assistive_devices stanza
caveats do
<<-EOS.undent
To use #{@cask}, you may need to give it access to assistive
devices (Accessibility). For OS X Mavericks and Above:
System Preferences / Security & Privacy / Privacy / Accessibility
EOS
end
2014-08-12 14:07:18 +08:00
end