Add Lazy v1? (#79553)

This commit is contained in:
Dario Vladović 2020-03-30 17:13:45 +02:00 committed by GitHub
parent 059bb07c5a
commit feea16b6a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

18
Casks/lazy.rb Normal file
View File

@ -0,0 +1,18 @@
cask 'lazy' do
version :latest
sha256 :no_check
url 'https://www.lazy-app.com/download/lazy.pkg'
name 'Lazy'
homepage 'https://www.lazy-app.com/'
pkg 'lazy.pkg'
uninstall quit: 'com.ahmedmen.Bob',
pkgutil: 'com.lazy.pkg.lazy-app'
zap trash: [
'~/Library/Application Scripts/com.ahmedmen.Bob',
'~/Library/Containers/com.ahmedmen.Bob',
]
end