homebrew-cask/Casks/marp.rb

24 lines
1.0 KiB
Ruby
Raw Normal View History

2016-07-13 07:00:21 +08:00
cask 'marp' do
2018-03-29 05:58:47 +08:00
version '0.0.12'
sha256 '6372ff9b102ed281509733c27eafa757c4d8fd3dd52ac16853d970235a82f09f'
2016-07-13 07:00:21 +08:00
# 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',
2018-03-29 05:58:47 +08:00
checkpoint: '784caa17c9ed9c7aed6fdb22d7e266ebf6f6e6c21e8906c3f0d8918c9cc30fbf'
2016-07-13 07:00:21 +08:00
name 'Marp'
homepage 'https://yhatt.github.io/marp/'
app 'Marp.app'
2016-11-21 12:23:37 +08:00
2017-11-18 18:19:20 +08:00
zap trash: [
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/jp.yhatt.marp.sfl*',
'~/Library/Application Support/Marp',
'~/Library/Caches/jp.yhatt.marp',
'~/Library/Preferences/jp.yhatt.marp.helper.plist',
'~/Library/Preferences/jp.yhatt.marp.plist',
'~/Library/Saved Application State/jp.yhatt.marp.savedState',
'~/Library/WebKit/jp.yhatt.marp',
]
2016-07-13 07:00:21 +08:00
end