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

18 lines
791 B
Ruby

cask 'android-platform-tools' do
version '27.0.1'
sha256 'f5d33f7736cbd58e89d0595f5ef562ddf743160d46e56643abfd1770e1459484'
# 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"
binary "#{staged_path}/platform-tools/sqlite3"
end