mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Add RegExhibit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user