homebrew-cask/Casks/leap-motion.rb

14 lines
379 B
Ruby
Raw Normal View History

2014-11-14 01:26:14 +08:00
cask :v1 => 'leap-motion' do
2015-06-03 22:36:20 +08:00
version '2.2.6'
sha256 '3fe11385d960823d888f1946705a2d7c91d693618a0df371d9724794cb081ddf'
2015-06-03 22:36:20 +08:00
url 'https://warehouse.leapmotion.com/apps/4101/download'
2015-04-09 02:26:36 +08:00
name 'Leap Motion'
homepage 'https://www.leapmotion.com/setup'
2015-06-03 22:36:20 +08:00
license :gratis
2014-09-10 23:37:03 +08:00
pkg 'Leap Motion.pkg'
2014-11-22 22:12:41 +08:00
2014-03-05 03:43:14 +08:00
uninstall :script => '/Applications/Leap Motion.app/Contents/MacOS/uninstall'
end