homebrew-cask/Casks/marp.rb

22 lines
960 B
Ruby

cask 'marp' do
version '0.0.10'
sha256 'e099aac307ebb0b5e749353a8cc07673af2160314f35b9b829fe9086e3d218c8'
# github.com/yhatt/marp was verified as official when first introduced to the cask
url "https://github.com/yhatt/marp/releases/download/v#{version}/#{version}-Marp-darwin-x64.dmg"
appcast 'https://github.com/yhatt/marp/releases.atom',
checkpoint: 'e1958593081010d4663d670cb4a72111d948de6156e10ec6c1aebc4852e251c8'
name 'Marp'
homepage 'https://yhatt.github.io/marp/'
app 'Marp.app'
zap delete: [
'~/Library/Application Support/Marp',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/jp.yhatt.marp.sfl',
'~/Library/Preferences/jp.yhatt.marp.helper.plist',
'~/Library/Preferences/jp.yhatt.marp.plist',
'~/Library/Saved Application State/jp.yhatt.marp.savedState',
]
end