homebrew-cask/Casks/vfuse.rb

24 lines
722 B
Ruby
Raw Normal View History

2017-03-10 19:21:12 +08:00
cask 'vfuse' do
2017-10-08 23:16:12 +08:00
version '1.0.6'
sha256 'dfc1714826891af823e541d646e0a7f888a40c22630bdd0e5d7466bef4dc4028'
2017-03-10 19:21:12 +08:00
url "https://github.com/chilcote/vfuse/releases/download/#{version}/vfuse-#{version}.pkg"
appcast 'https://github.com/chilcote/vfuse/releases.atom',
2017-10-08 23:16:12 +08:00
checkpoint: '08a362d2a9399f7d276f65bc52f0c700066f6819dae821326b4dab0006ff6a0b'
2017-03-10 19:21:12 +08:00
name 'vfuse'
homepage 'https://github.com/chilcote/vfuse'
pkg "vfuse-#{version}.pkg"
binary '/usr/local/vfuse/vfuse'
2017-03-10 19:21:12 +08:00
2017-10-08 23:16:12 +08:00
uninstall delete: '/usr/local/vfuse',
launchctl: 'com.chilcote.vfused',
2017-08-21 05:53:27 +08:00
pkgutil: 'com.github.vfuse'
2017-06-21 09:47:44 +08:00
zap trash: '~/Library/Preferences/com.chilcote.vfused.plist'
2017-04-06 08:39:18 +08:00
caveats do
files_in_usr_local
end
2017-03-10 19:21:12 +08:00
end