homebrew-cask/Casks/keycastr.rb

14 lines
441 B
Ruby

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'
app '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