Add RegExhibit

This commit is contained in:
Ryo Inoue
2015-12-17 16:46:50 +00:00
committed by Vítor Galvão
parent 45eeb6ffe8
commit c87acd225f
+16
View File
@@ -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