homebrew-cask/Casks/hubic.rb

22 lines
931 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'hubic' do
2015-01-18 04:33:05 +08:00
version '2.1.0.256'
sha256 'd6987dcb1ff767a96cf0790724b945e9ede22029e56b2d58179dcbfefb660a99'
2015-01-18 04:05:10 +08:00
# ovh.net is the official download host per the vendor homepage
url "http://mir7.ovh.net/ovh-applications/hubic/hubiC-OSX/#{version.sub(%r{\.\d+$}, '')}/hubiC-OSX-#{version}-osx.pkg"
2015-04-06 17:13:41 +08:00
name 'hubiC'
homepage 'https://hubic.com'
2015-09-03 04:24:56 +08:00
license :gratis
2015-01-18 04:33:05 +08:00
pkg "hubiC-OSX-#{version}-osx.pkg"
2014-11-22 22:12:40 +08:00
2014-04-21 04:56:22 +08:00
uninstall :pkgutil => 'com.ovh.hubicmac'
zap :delete => [
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.ovh.hubicfinderplugin.sfl',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.ovh.hubicmac.sfl',
'~/Library/Caches/com.ovh.hubicmac',
'~/Library/Cookies/com.ovh.hubicmac.binarycookies',
]
2014-04-21 04:56:22 +08:00
end