homebrew-cask/Casks/keycastr.rb

16 lines
472 B
Ruby
Raw Normal View History

2014-11-14 01:26:12 +08:00
cask :v1 => 'keycastr' do
2014-08-12 14:07:18 +08:00
version '0.8.0'
sha256 'ecf59a2e46a8ca450c12f426a4d41000de1c3010a5c46fe12f23fdc647f3f1e7'
url "https://github.com/downloads/RichardBronosky/keycastr/keycastr_#{version}.dmg"
homepage 'https://github.com/sdeken/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
caveats <<-EOS.undent
2014-10-10 19:40:49 +08:00
For OSX 10.9 or later, #{title} requires that you "Enable access for assistive devices".
See https://github.com/sdeken/keycastr/issues/5
EOS
2014-08-12 14:07:18 +08:00
end