diff --git a/Casks/regexhibit.rb b/Casks/regexhibit.rb new file mode 100644 index 0000000000..389d889cc3 --- /dev/null +++ b/Casks/regexhibit.rb @@ -0,0 +1,16 @@ +cask :v1 => 'regexhibit' do + version :latest + sha256 :no_check + + url 'http://roger-jolly.nl/software/downloads/regexhibit/RegExhibit.zip' + name 'RegExhibit' + homepage 'http://roger-jolly.nl/software/#regexhibit' + license :gratis + + 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', + ] +end