homebrew-cask/Casks/drama.rb

24 lines
958 B
Ruby
Raw Normal View History

2019-08-23 21:25:25 +08:00
cask 'drama' do
version '1.0.18'
sha256 'da925a73d94641c039abebc0ad9720608eb753079a64fe475e07fdded7768c6c'
2019-08-23 21:25:25 +08:00
# 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/'
2019-08-25 06:40:03 +08:00
depends_on macos: '>= :high_sierra'
2019-08-23 21:25:25 +08:00
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