homebrew-cask/Casks/deco.rb

21 lines
728 B
Ruby
Raw Normal View History

2016-05-26 03:40:53 +08:00
cask 'deco' do
2016-07-25 09:38:12 +08:00
version '0.7.1'
sha256 'cd9d9b553d9fcb706bacba94cbbf7ec80a77609f5505d485b2ebad7c16a8ffba'
2016-05-26 03:40:53 +08:00
2016-07-25 09:38:12 +08:00
# github.com/decosoftware/deco-ide was verified as official when first introduced to the cask
url "https://github.com/decosoftware/deco-ide/releases/download/v#{version}/Deco-#{version}.pkg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/decosoftware/deco-ide/releases.atom'
2016-05-26 03:40:53 +08:00
name 'Deco'
homepage 'https://www.decosoftware.com/'
2016-05-26 03:40:53 +08:00
# pkg cannot be installed automatically and the .zip of the `app` has errors
installer manual: "Deco-#{version}.pkg"
uninstall pkgutil: 'com.decosoftware.Deco'
2016-05-26 03:40:53 +08:00
2017-06-21 09:47:44 +08:00
zap trash: [
'~/.Deco',
'~/Library/Application Support/com.decosoftware.Deco',
]
2016-05-26 03:40:53 +08:00
end