Files
homebrew-cask/Casks/p/profind.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

27 lines
842 B
Ruby

cask "profind" do
version "1.24"
sha256 "7ccbdcffda081b3ae6350dd1b837513035935d9f88837dee04cbf3baf1d516a0"
url "https://www.zeroonetwenty.com/profind/downloads/ProFind#{version.major_minor.no_dots}.dmg"
name "ProFind"
desc "File search app"
homepage "https://www.zeroonetwenty.com/profind/"
livecheck do
url "https://www.zeroonetwenty.com/profind/downloads/ProFindVersionInfo.xml"
strategy :sparkle, &:short_version
end
depends_on macos: ">= :catalina"
app "ProFind.app"
zap trash: [
"~/Library/Application Scripts/com.zeroonetwenty.ProFind",
"~/Library/Application Support/com.zeroonetwenty.ProFind",
"~/Library/Caches/com.zeroonetwenty.ProFind",
"~/Library/Preferences/com.zeroonetwenty.ProFind.plist",
"~/Library/Saved Application State/com.zeroonetwenty.ProFind.savedState",
]
end