homebrew-cask/Casks/leap-motion.rb

13 lines
456 B
Ruby
Raw Normal View History

2014-11-14 01:26:14 +08:00
cask :v1 => 'leap-motion' do
2014-12-21 11:12:49 +08:00
version '2.2.1'
sha256 'eba23267927e4032f51f8633cf4a4b0d47b923099f633a11438c9e0fd4f20f86'
2014-12-21 11:12:49 +08:00
url 'https://warehouse.leapmotion.com/apps/3833/download'
homepage 'https://www.leapmotion.com/setup'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
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