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
- python-progressbar
- python-tabulate (python-tabulate-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-build (make)
- python-installer (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-setuptoolstomakedepends.As the
adbexecutable is also needed during runtime, but not at build-time, I suggest that you adddepends+=('android-tools')inside thepackage()function.