homebrew-cask/Casks/w/whoozle-android-file-transf...

19 lines
800 B
Ruby

cask "whoozle-android-file-transfer" do
version "4.2"
sha256 "4de3dd8aa9c2974179c452477532d44f2c6562fa5f85105256df17ac25377a5e"
url "https://github.com/whoozle/android-file-transfer-linux/releases/download/v#{version}/AndroidFileTransferForLinux.dmg",
verified: "github.com/whoozle/android-file-transfer-linux/"
name "Android File Transfer"
desc "Android File Transfer for Linux"
homepage "https://whoozle.github.io/android-file-transfer-linux/"
conflicts_with cask: "whoozle-android-file-transfer-nightly"
app "Android File Transfer for Linux.app"
binary "#{appdir}/Android File Transfer for Linux.app/Contents/SharedSupport/bin/aft-mtp-cli"
binary "#{appdir}/Android File Transfer for Linux.app/Contents/SharedSupport/bin/aft-mtp-mount"
# No zap stanza required
end