homebrew-cask/Casks/r/reunion.rb

32 lines
1.2 KiB
Ruby

cask "reunion" do
version "13.0.0,230824unr"
sha256 "371c890ecf9097cf14054b68f3e0dd4582a521d35470c93cc0387ea8302cd09a"
url "https://store.leisterpro.com/updates/reunion#{version.major}/Reunion-#{version.csv.first.dots_to_hyphens}-#{version.csv.second}.zip"
name "Reunion"
desc "Genealogy (family tree) app"
homepage "https://www.leisterpro.com/"
livecheck do
url "https://store.leisterpro.com/updates/reunion#{version.major}/appcast.xml"
regex(%r{/Reunion-(\d+(?:-\d+)*)-(\d+.*?)\.zip}i)
strategy :sparkle do |item, regex|
item.url.scan(regex).map do |match|
"#{match[0].tr("-", ".")},#{match[1]}"
end
end
end
app "Reunion #{version.major}.app"
zap trash: [
"~/Documents/Reunion Files",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.leisterpro.reunion#{version.major}.sfl*",
"~/Library/Application Support/Reunion",
"~/Library/Caches/com.leisterpro.reunion#{version.major}",
"~/Library/Preferences/com.leisterpro.reunion.version.plist",
"~/Library/Preferences/com.leisterpro.reunion#{version.major}.plist",
"~/Library/Preferences/Reunion Preferences",
]
end