blob: cd70fd398e37be83ff0342b6d0767b494038ece5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = python-adb_shell-git
pkgdesc = A Python implementation of ADB with shell and FileSync functionality.
pkgver = 0.2.3.r2.gd5bfd5f
pkgrel = 2
url = https://pypi.org/project/adb_shell
arch = any
license = Apache
makedepends = git
makedepends = python-setuptools
depends = python
depends = python-cryptography
depends = python-pyasn1
depends = python-rsa
optdepends = python-aiofiles: async API
optdepends = python-libusb1: To connect to a device via USB
provides = python-adb_shell
conflicts = python-adb_shell
source = python-adb_shell-git::git+https://github.com/JeffLIrion/adb_shell.git
sha256sums = SKIP
pkgname = python-adb_shell-git
|