Skip to content

Commit

Permalink
mouseless 0.2.1 (new cask)
Browse files Browse the repository at this point in the history
  • Loading branch information
unitof committed Dec 16, 2024
1 parent a716724 commit 02f467f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Casks/m/mouseless.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
cask "mouseless" do

Check failure on line 1 in Casks/m/mouseless.rb

View workflow job for this annotation

GitHub Actions / test mouseless (macos-15, arm)

Version '0.2.1' differs from '' retrieved by livecheck.
version "0.2.1"
sha256 "4007da3f7f002531f5e57ef419a1648872aa17729179b6f78aaac57a255934e1"

url "https://mouseless.click/mouseless-installer_v#{version}.dmg"
name "mouseless"
desc "Lightning-fast mouse control with the keyboard"
homepage "https://mouseless.click"

Check failure on line 8 in Casks/m/mouseless.rb

View workflow job for this annotation

GitHub Actions / syntax (macos-15)

Cask/HomepageUrlStyling: 'https://mouseless.click' must have a slash after the domain.

depends_on macos: ">= :big_sur"
depends_on arch: :arm64

app "Mouseless.app"

zap trash: [
"~/Desktop/Mouseless Install.fsmonitor",
"~/Library/Application Scripts/net.sonuscape.mouseless",
"~/Library/Containers/net.sonuscape.mouseless",
]
end

0 comments on commit 02f467f

Please sign in to comment.