homebrew-cask/Casks/drama.rb

24 lines
958 B
Ruby

cask 'drama' do
version '1.0.21'
sha256 'f74d0fc48e4a5520cb331dcdcc8322605ada11e5da8038e8aa7ebd9af767f1e4'
# 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/'
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