Merge pull request #10899 from aki77/add_keycast

add KeyCast
This commit is contained in:
Vítor Galvão 2015-04-29 15:31:58 +01:00
commit b60630d3b6
1 changed files with 11 additions and 0 deletions

11
Casks/keycast.rb Normal file
View File

@ -0,0 +1,11 @@
cask :v1 => 'keycast' do
version '1.1'
sha256 '61c382ee6aafa393470b86a833a93ecbe1ce91a5665f273109631733facdb727'
url "https://github.com/cho45/KeyCast/releases/download/v#{version}/KeyCast.dmg"
name 'KeyCast'
homepage 'https://github.com/cho45/KeyCast'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'KeyCast.app'
end