homebrew-cask/Casks/bonjeff.rb

19 lines
563 B
Ruby

cask 'bonjeff' do
version '1.0.5'
sha256 'd0e7b94b4e58fe4a64b471047b2cf1d89d586c5e8812b428f5e45409af37a58b'
url "https://github.com/lapcat/Bonjeff/releases/download/v#{version}/Bonjeff.#{version}.zip"
appcast 'https://github.com/lapcat/Bonjeff/releases.atom'
name 'Bonjeff'
homepage 'https://github.com/lapcat/Bonjeff'
depends_on macos: '>= :sierra'
app 'Bonjeff.app'
zap trash: [
'~/Library/Application Scripts/com.lapcatsoftware.bonjeff',
'~/Library/Containers/com.lapcatsoftware.bonjeff',
]
end