Search Criteria
Package Details: tetherback-git 0.9.1+22.r145.20240606.d1907a0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tetherback-git.git (read-only, click to copy) |
---|---|
Package Base: | tetherback-git |
Description: | Create backups of an Android device over USB (requires adb and TWRP recovery). |
Upstream URL: | https://github.com/dlenski/tetherback |
Licenses: | GPL3 |
Conflicts: | tetherback |
Provides: | tetherback |
Submitter: | dreieck |
Maintainer: | dreieck |
Last Packager: | dreieck |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-08-19 11:01 (UTC) |
Last Updated: | 2024-06-07 08:46 (UTC) |
Dependencies (9)
- android-tools (android-sdk-platform-tools-dummyAUR, android-sdk-platform-toolsAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-progressbar
- python-tabulate (python-tabulate-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
dreieck commented on 2023-11-20 17:48 (UTC)
Ahoj,
thanks for reporting, @MarsSeed.
Fixed.
MarsSeed commented on 2023-11-20 15:52 (UTC)
Build fails:
Solution: please kindly add
python-setuptools
tomakedepends
.As the
adb
executable is also needed during runtime, but not at build-time, I suggest that you adddepends+=('
android-tools
')
inside thepackage()
function.