homebrew-cask/Casks/dusty.rb

24 lines
669 B
Ruby
Raw Normal View History

2016-01-14 04:40:15 +08:00
cask 'dusty' do
2018-08-28 05:08:57 +08:00
version '0.7.3'
sha256 '6cf61f0dcdc541de123ffd1d8e035eb3fc36e51b626a072355df76c3efd15af9'
2016-01-14 04:40:15 +08:00
url "https://github.com/gamechanger/dusty/releases/download/#{version}/dusty.tar.gz"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/gamechanger/dusty/releases.atom'
2016-01-14 04:40:15 +08:00
name 'Dusty'
homepage 'https://github.com/gamechanger/dusty'
depends_on cask: 'docker-toolbox'
container type: :tar
2016-01-14 04:40:15 +08:00
installer script: {
executable: 'brew-install.sh',
2017-07-06 10:34:38 +08:00
args: [staged_path],
sudo: true,
}
2016-01-14 04:40:15 +08:00
binary 'dusty'
uninstall launchctl: 'com.gamechanger.dusty'
2016-01-14 04:40:15 +08:00
2017-11-18 17:50:50 +08:00
zap trash: '/etc/dusty'
2016-01-14 04:40:15 +08:00
end