homebrew-cask/Casks/ship.rb

17 lines
356 B
Ruby

cask 'ship' do
version :latest
sha256 :no_check
url 'https://www.realartists.com/Ship.app.zip'
name 'Ship'
homepage 'https://www.realartists.com'
license :commercial
app 'Ship.app'
zap delete: [
'~/Library/Preferences/com.realartists.Ship.plist',
'~/Library/Application Support/Ship',
]
end