homebrew-cask/Casks/drama.rb

25 lines
976 B
Ruby

cask 'drama' do
version '2.1'
sha256 '6e371d5f6a184f8515e25f9ab4ab68ca982895090505cbd08fe513fce77e0038'
# pixelcut.com/drama/ was verified as official when first introduced to the cask
url 'https://www.pixelcut.com/drama/drama.zip'
appcast 'https://www.pixelcut.com/drama/appcast.xml'
name 'Drama'
homepage 'https://www.drama.app/'
auto_updates true
depends_on macos: '>= :high_sierra'
app 'Drama.app'
zap trash: [
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.pixelcut.drama.sfl*',
'~/Library/Application Support/com.pixelcut.drama',
'~/Library/Preferences/com.pixelcut.drama.plist',
'~/Library/Caches/com.apple.nsurlsessiond/Downloads/com.pixelcut.drama',
'~/Library/Caches/com.plausiblelabs.crashreporter.data/com.pixelcut.drama',
'~/Library/Caches/com.pixelcut.drama',
]
end