homebrew-cask/Casks/regexhibit.rb

14 lines
475 B
Ruby

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