Files
homebrew-cask/Casks/l/leap-motion.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

18 lines
405 B
Ruby

cask "leap-motion" do
version "2.3.1"
sha256 :no_check
url "https://warehouse.leapmotion.com/apps/4184/download"
name "Leap Motion"
homepage "https://www.leapmotion.com/setup"
livecheck do
url "https://warehouse.leapmotion.com/apps/4184/download"
strategy :header_match
end
pkg "Leap Motion.pkg"
uninstall script: "/Applications/Leap Motion.app/Contents/MacOS/uninstall"
end