homebrew-cask/Casks/terminus.rb

20 lines
752 B
Ruby

cask 'terminus' do
version '1.0.111'
sha256 'e1be1201f08c98861b34f20380cb7dcde3d5d0b14c8a2ba1566650df7e54339a'
# github.com/Eugeny/terminus/ was verified as official when first introduced to the cask
url "https://github.com/Eugeny/terminus/releases/download/v#{version}/terminus-#{version}-macos.zip"
appcast 'https://github.com/Eugeny/terminus/releases.atom'
name 'Terminus'
homepage 'https://eugeny.github.io/terminus/'
app 'Terminus.app'
zap trash: [
'~/Library/Application Support/terminus',
'~/Library/Preferences/org.terminus.helper.plist',
'~/Library/Preferences/org.terminus.plist',
'~/Library/Saved Application State/org.terminus.savedState',
]
end