Add Keycastr.app v0.8.0

This commit is contained in:
rcmdnk 2014-08-12 15:07:18 +09:00
parent ef7190589c
commit 979be397ec
1 changed files with 13 additions and 0 deletions

13
Casks/keycastr.rb Normal file
View File

@ -0,0 +1,13 @@
class Keycastr < Cask
version '0.8.0'
sha256 'ecf59a2e46a8ca450c12f426a4d41000de1c3010a5c46fe12f23fdc647f3f1e7'
url "https://github.com/downloads/RichardBronosky/keycastr/keycastr_#{version}.dmg"
homepage 'https://github.com/sdeken/keycastr'
link 'KeyCastr.app'
caveats do
puts "For OSX 10.9 or later, you need to setup in \"Enable access for assistive devices\", see https://github.com/sdeken/keycastr/issues/5"
end
end