homebrew-cask/Casks/sigil.rb

19 lines
702 B
Ruby

cask 'sigil' do
version '0.9.13'
sha256 'ebbace26cb597da3f605b1042c492fc230ec549c63c84cf111d88587525a413c'
# github.com/Sigil-Ebook/Sigil was verified as official when first introduced to the cask
url "https://github.com/Sigil-Ebook/Sigil/releases/download/#{version}/Sigil-#{version}-Mac-Package.dmg"
appcast 'https://github.com/Sigil-Ebook/Sigil/releases.atom'
name 'Sigil'
homepage 'https://sigil-ebook.com/'
app 'Sigil.app'
zap trash: [
'~/Library/Application Support/sigil-ebook',
'~/Library/Preferences/com.sigil-ebook.Sigil.app.plist',
'~/Library/Saved Application State/com.sigil-ebook.Sigil.app.savedState',
]
end