homebrew-cask/Casks/p/profind.rb

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