homebrew-cask/Casks/keycastr.rb

15 lines
414 B
Ruby
Raw Normal View History

2014-11-14 01:26:12 +08:00
cask :v1 => 'keycastr' do
2015-07-13 00:58:41 +08:00
version 'v0.8.5'
sha256 '4a0ba75562608f16be2144efcdb9dfb57fc3470ef0e81df751b80a04dfcd2fb7'
2014-08-12 14:07:18 +08:00
url "https://github.com/keycastr/keycastr/releases/download/#{version}/KeyCastr.app.zip"
appcast 'https://github.com/keycastr/keycastr/releases.atom'
2015-04-07 21:35:32 +08:00
name 'KeyCastr'
2014-11-23 20:53:22 +08:00
homepage 'https://github.com/keycastr/keycastr'
license :bsd
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
accessibility_access true
2014-08-12 14:07:18 +08:00
end