homebrew-cask/Casks/regexhibit.rb

16 lines
511 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'regexhibit' do
2015-12-17 23:22:04 +08:00
version :latest
sha256 :no_check
url 'http://roger-jolly.nl/software/downloads/regexhibit/RegExhibit.zip'
name 'RegExhibit'
homepage 'http://roger-jolly.nl/software/#regexhibit'
app 'RegExhibit.app'
zap delete: [
'~/Library/Preferences/com.JollyRogerSoft.RegExhibit.plist',
'~/Library/Application\ Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.jollyrogersoft.regexhibit.sfl',
]
2015-12-17 23:22:04 +08:00
end