Files
homebrew-cask/Casks/c/cursorsense.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

21 lines
551 B
Ruby

cask "cursorsense" do
version "2.3.3"
sha256 "ff41f8fa7dbbf900d45eff142f7ef50d6d46a4d04d32ecf2561bd8a97c0c1979"
url "https://plentycom.jp/ctrl/files_cs/CursorSense#{version}.dmg"
name "CursorSense"
desc "Adjusts cursor acceleration and sensitivity"
homepage "https://plentycom.jp/en/cursorsense/"
livecheck do
url "https://plentycom.jp/en/cursorsense/download.php"
regex(%r{href=.*?/CursorSensev?(\d+(?:\.\d+)+)\.dmg}i)
end
depends_on macos: ">= :sierra"
prefpane "CursorSense.prefPane"
# No zap stanza required
end