homebrew-cask/Casks/keycastr.rb

14 lines
441 B
Ruby
Raw Normal View History

2014-08-12 14:07:18 +08:00
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'
2014-09-16 00:05:48 +08:00
app 'KeyCastr.app'
2014-08-12 14:07:18 +08:00
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