homebrew-cask/Casks/maccy.rb

20 lines
579 B
Ruby

cask 'maccy' do
version '0.7.0'
sha256 'de5c2ae240789528fdc3694f4b3b191dd2f4a04006d4fe6cbbce28c18bf50621'
# github.com/p0deje/Maccy was verified as official when first introduced to the cask
url "https://github.com/p0deje/Maccy/releases/download/#{version}/Maccy.app.zip"
appcast 'https://github.com/p0deje/Maccy/releases.atom'
name 'Maccy'
homepage 'https://maccy.app/'
depends_on macos: '>= :high_sierra'
app 'Maccy.app'
uninstall quit: 'org.p0deje.Maccy'
zap login_item: 'Maccy',
trash: '~/Library/Preferences/org.p0deje.Maccy.plist'
end