homebrew-cask/Casks/path-finder.rb

21 lines
494 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'path-finder' do
2014-09-17 19:42:56 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
2014-09-03 19:02:12 +08:00
url 'http://get.cocoatech.com/PF7.zip'
2015-01-30 04:33:45 +08:00
name 'Path Finder'
homepage 'http://www.cocoatech.com/pathfinder/'
2015-10-02 02:42:06 +08:00
license :commercial
2014-09-16 00:06:06 +08:00
app 'Path Finder.app'
2014-09-09 20:55:27 +08:00
postflight do
suppress_move_to_applications key: 'kNTMoveToApplicationsFolderAlertSuppress'
end
2014-11-22 22:24:20 +08:00
zap delete: [
'~/Library/Preferences/com.cocoatech.PathFinder.plist',
'~/Library/Application Support/Path Finder',
]
2013-05-02 08:07:30 +08:00
end