homebrew-cask/Casks/path-finder.rb

21 lines
608 B
Ruby
Raw Normal View History

2014-11-14 01:26:36 +08:00
cask :v1 => '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/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
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
2014-09-18 19:57:58 +08:00
zap :delete => [
'~/Library/Preferences/com.cocoatech.PathFinder.plist',
'~/Library/Application Support/Path Finder',
]
2013-05-02 08:07:30 +08:00
end