#!/SBUILD _disabled: false pkg: "android-tools" pkg_id: "pkgforge-dev.android-tools" pkg_type: "appimage" ghcr_pkg: "pkgforge-dev/android-tools" category: - "Development" - "Utility" description: _default: "Android SDK Platform-Tools (adb, fastboot & more)" adb: "Android Debug Bridge (adb) to communicate with an emulator instance or connected Android-powered device [android-tools]" etc1tool: "Encode/Decode PNG images to & from the ETC1 compression standard [android-tools]" fastboot: "Android flashing and booting utility [android-tools]" "hprof-conv": "HPROF Converter [android-tools]" make_f2fs: "Tool to create a flash-friendly F2FS file system [android-tools]" make_f2fs_casefold: "Version of make_f2fs with casefolding support for file systems [android-tools]" mke2fs: "Utility to create ext2, ext3, or ext4 file systems [android-tools]" sqlite3: "Command-line interface for SQLite databases [android-tools]" homepage: - "https://github.com/nmeum/android-tools" maintainer: - "Samueru-sama (github.com/Samueru-sama)" license: - "Apache-2.0" build_asset: - url: "https://raw.githubusercontent.com/nmeum/android-tools/refs/heads/master/LICENSE" out: "LICENSE" note: - "Fetched from Pre Built Community Created AppImage. Check/Report @ https://github.com/pkgforge-dev/android-tools-AppImage" - "[PORTABLE] (Works on AnyLinux)" - "[NO_DESKTOP_INTEGRATION]" provides: - "android-tools=>adb" - "android-tools=>etc1tool" - "android-tools=>fastboot" - "android-tools=>hprof-conv" - "android-tools=>make_f2fs" - "android-tools=>make_f2fs_casefold" - "android-tools=>mke2fs" - "android-tools=>sqlite3" repology: - "android-tools" src_url: - "https://github.com/pkgforge-dev/android-tools-AppImage" tag: - "android" - "development" - "utility" x_exec: host: - "x86_64-linux" shell: "sh" pkgver: | VERSION=$(curl -qfsSL "https://api.github.com/repos/pkgforge-dev/android-tools-AppImage/releases/latest?per_page=20" | jq -r '.tag_name') echo "${VERSION%%@*}" | sed "s/^v//" echo "$VERSION" run: | soar dl "https://github.com/pkgforge-dev/android-tools-AppImage@${REMOTE_PKGVER}" --glob "*${ARCH}*.appimage" -o "./${PKG}" --yes