homebrew-cask/Casks/leap-motion.rb

14 lines
392 B
Ruby

cask 'leap-motion' do
version '2.3.1,4184'
sha256 '77e15a08f122f9fc88a0a3f032f0421f9993b8b7c24f5252b478db955d777cd6'
url "https://warehouse.leapmotion.com/apps/#{version.after_comma}/download"
name 'Leap Motion'
homepage 'https://www.leapmotion.com/setup'
license :gratis
pkg 'Leap Motion.pkg'
uninstall script: '/Applications/Leap Motion.app/Contents/MacOS/uninstall'
end