homebrew-cask/Casks/android-platform-tools.rb

17 lines
742 B
Ruby

cask 'android-platform-tools' do
version '29.0.5'
sha256 'f4a671ab24845f26cb4b579079e2cc3a58c9931e07ae2fca1c83ffebdf773cc1'
# google.com/android/repository/platform-tools was verified as official when first introduced to the cask
url "https://dl.google.com/android/repository/platform-tools_r#{version}-darwin.zip"
name 'Android SDK Platform-Tools'
homepage 'https://developer.android.com/studio/releases/platform-tools.html'
binary "#{staged_path}/platform-tools/adb"
binary "#{staged_path}/platform-tools/dmtracedump"
binary "#{staged_path}/platform-tools/etc1tool"
binary "#{staged_path}/platform-tools/fastboot"
binary "#{staged_path}/platform-tools/hprof-conv"
binary "#{staged_path}/platform-tools/mke2fs"
end