homebrew-cask-versions/Casks/keyboardcleantool.rb
2015-03-17 06:56:42 -07:00

11 lines
414 B
Ruby

cask :v1 => 'keyboardcleantool' do
version :latest
sha256 :no_check
# bettertouchtool.net is the official download host per the vendor homepage
url 'http://bettertouchtool.net/KeyboardCleanTool.zip'
homepage 'http://blog.boastr.net/keyboardcleantool/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'KeyboardCleanTool.app'
end