homebrew-cask/Casks/cookie.rb

23 lines
855 B
Ruby

cask 'cookie' do
version '6.0.17'
sha256 '09fffdcba3079481843f399dadf5178050033983ee6529cd2b24f0ded31ccb3a'
url 'https://sweetpproductions.com/products/cookieapp/Cookie.dmg'
appcast 'https://sweetpproductions.com/products/cookieapp/appcast.xml'
name 'Cookie'
homepage 'https://sweetpproductions.com/'
depends_on macos: '>= :mojave'
app 'Cookie.app'
zap trash: [
'~/Library/Application Scripts/com.sweetpproductions.Cookie5',
'~/Library/Containers/com.sweetpproductions.Cookie5',
'~/Library/Preferences/com.sweetpproductions.Cookie5.plist',
'~/Library/Application Scripts/com.sweetpproductions.CookieApp',
'~/Library/Containers/com.sweetpproductions.CookieApp',
'~/Library/Preferences/com.sweetpproductions.CookieApp.plist',
]
end