homebrew-cask/Casks/lulu.rb

38 lines
1.3 KiB
Ruby
Raw Normal View History

2017-09-19 16:26:40 +08:00
cask 'lulu' do
version '1.2.0'
sha256 '8afe6d73e910f34f4817223bdf6aa466e9189e08bf0f50f34e18e6b3b4823224'
2017-09-19 16:26:40 +08:00
2018-08-18 20:15:01 +08:00
# bitbucket.org/objective-see was verified as official when first introduced to the cask
url "https://bitbucket.org/objective-see/deploy/downloads/LuLu_#{version}.zip"
appcast 'https://objective-see.com/products/changelogs/LuLu.txt'
2017-09-19 16:26:40 +08:00
name 'LuLu'
homepage 'https://objective-see.com/products/lulu.html'
2018-10-31 18:23:42 +08:00
depends_on macos: '>= :sierra'
2017-09-19 16:26:40 +08:00
2018-05-31 21:31:46 +08:00
installer script: {
executable: "#{staged_path}/Lulu Installer.app/Contents/MacOS/LuLu Installer",
args: ['-install'],
sudo: true,
}
2017-09-19 16:26:40 +08:00
uninstall script: {
2018-05-31 21:31:46 +08:00
executable: "#{staged_path}/Lulu Installer.app/Contents/MacOS/LuLu Installer",
2017-09-19 16:26:40 +08:00
args: ['-uninstall'],
sudo: true,
}
2017-11-18 18:26:11 +08:00
zap trash: [
'~/Library/Caches/com.objective-see.lulu',
'~/Library/Caches/com.objective-see.luluHelper',
'~/Library/Preferences/com.objective-see.lulu.plist',
'~/Library/Preferences/com.objective-see.luluHelper.plist',
'/Library/LaunchDaemons/com.objective-see.lulu.plist',
'/Library/Logs/LuLu.log',
]
2018-01-09 08:42:34 +08:00
caveats do
kext
end
2017-09-19 16:26:40 +08:00
end