homebrew-cask/Casks/dusty.rb

25 lines
765 B
Ruby
Raw Normal View History

2016-01-14 04:40:15 +08:00
cask 'dusty' do
2016-04-15 01:46:12 +08:00
version '0.7.1'
sha256 '210489ae281460ab4c90e1c66998bbee8887020c73da699e356df6f26a482cb6'
2016-01-14 04:40:15 +08:00
url "https://github.com/gamechanger/dusty/releases/download/#{version}/dusty.tar.gz"
appcast 'https://github.com/gamechanger/dusty/releases.atom',
2017-05-06 08:12:03 +08:00
checkpoint: '09f746fb06653b90bc85735011b73d0a1b1509a703f26114a5f36caba7849317'
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',
args: %W[#{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
zap delete: '/etc/dusty'
2016-01-14 04:40:15 +08:00
end