Files
homebrew-cask/Casks/u/unclutter.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

25 lines
685 B
Ruby

cask "unclutter" do
version "2.1.25d"
sha256 :no_check
url "https://unclutterapp.com/files/Unclutter.zip"
name "Unclutter"
desc "Desktop storage area for notes, files and pasteboard clips"
homepage "https://unclutterapp.com/"
livecheck do
url "https://unclutterapp.com/updates/"
strategy :sparkle, &:short_version
end
app "Unclutter.app"
zap trash: [
"~/Library/Application Support/Unclutter",
"~/Library/Caches/com.softwareambience.Unclutter",
"~/Library/Containers/com.softwareambience.Unclutter",
"~/Library/Group Containers/*.com.softwareanbience.Unclutter",
"~/Library/Preferences/com.softwareambience.Unclutter.plist",
]
end