homebrew-cask/Casks/td-toolbelt.rb

18 lines
428 B
Ruby
Raw Normal View History

2014-11-14 01:27:07 +08:00
cask :v1 => 'td-toolbelt' do
2014-09-17 19:43:04 +08:00
version :latest
2014-08-15 11:59:07 +08:00
sha256 :no_check
url 'http://toolbelt.treasuredata.com/mac'
homepage 'http://toolbelt.treasuredata.com/'
2014-10-01 23:34:03 +08:00
license :unknown
2014-08-15 11:59:07 +08:00
2014-10-03 22:42:41 +08:00
container :type => :naked
2014-09-09 20:55:28 +08:00
preflight do
2014-11-21 22:37:56 +08:00
system '/bin/mv', '--', "#{staged_path}/mac", "#{staged_path}/td-toolbelt.pkg"
2014-08-15 11:59:07 +08:00
end
2014-09-10 23:37:07 +08:00
pkg 'td-toolbelt.pkg'
uninstall :pkgutil => 'com.td.toolbelt'
# zap :pkgutil => 'org.ruby-lang.installer'
2014-08-15 11:59:07 +08:00
end