homebrew-cask/Casks/cactus.rb

17 lines
573 B
Ruby
Raw Normal View History

2014-12-05 04:46:40 +08:00
cask :v1 => 'cactus' do
version '1.1.15'
sha256 'afde5be210ca70a4488fa5d6086a7c25a1fc74208b88a56096c4e355de4b4c37'
url "http://update.cactusformac.com/static/downloads/Cactus-#{version}.zip"
homepage 'http://cactusformac.com/'
2014-12-10 21:49:00 +08:00
license :unknown # todo: improve this machine-generated value
2014-12-05 04:46:40 +08:00
app 'Cactus.app'
2014-12-06 04:37:54 +08:00
zap :delete => [
'~/Library/Caches/com.nektar.Cactus',
'~/Library/Preferences/com.nektar.Cactus.LSSharedFileList.plist',
'~/Library/Preferences/com.nektar.Cactus.plist',
]
2014-12-05 04:46:40 +08:00
end