Files
homebrew-cask/Casks/r/regexhibit.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

22 lines
587 B
Ruby

cask "regexhibit" do
version "1.2"
sha256 :no_check
url "https://roger-jolly.nl/software/downloads/regexhibit/RegExhibit.zip"
name "RegExhibit"
desc "Perl regex assistant"
homepage "https://roger-jolly.nl/software/#regexhibit"
livecheck do
url :homepage
regex(/RegExhibit\s+(\d+(?:\.\d+)+)/i)
end
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