homebrew-cask/Casks/regexhibit.rb

16 lines
476 B
Ruby

cask "regexhibit" do
version :latest
sha256 :no_check
url "https://roger-jolly.nl/software/downloads/regexhibit/RegExhibit.zip"
name "RegExhibit"
homepage "https://roger-jolly.nl/software/#regexhibit"
app "RegExhibit.app"
zap trash: [
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.jollyrogersoft.regexhibit.sfl*",
"~/Library/Preferences/com.JollyRogerSoft.RegExhibit.plist",
]
end