Create secretive.rb (#84036)

Co-authored-by: Vítor Galvão <info@vitorgalvao.com>
Co-authored-by: Randall <ran.dall@icloud.com>
This commit is contained in:
Christopher Nethercott 2020-06-10 03:12:54 +01:00 committed by GitHub
parent 73058ba97c
commit baf85ad7fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
Casks/secretive.rb Normal file
View File

@ -0,0 +1,20 @@
cask 'secretive' do
version '1.0.2'
sha256 '464ab05baaf14246476a04d05b439776ade06e2937477535a7ea68fa947f507f'
url "https://github.com/maxgoedjen/secretive/releases/download/v#{version}/Secretive.zip"
appcast 'https://github.com/maxgoedjen/secretive/releases.atom'
name 'Secretive'
homepage 'https://github.com/maxgoedjen/secretive'
depends_on macos: '>= :catalina'
app 'Secretive.app'
zap trash: [
'~/Library/Application Scripts/com.maxgoedjen.Secretive.Host',
'~/Library/Application Scripts/com.maxgoedjen.Secretive.SecretAgent',
'~/Library/Containers/com.maxgoedjen.Secretive.Host',
'~/Library/Containers/com.maxgoedjen.Secretive.SecretAgent',
]
end