blob: f43eb1d8351c9c8188fa69e878d6157d462e17f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
pkgbase = python-facedancer
pkgdesc = Implement your own USB device in Python using Cynthion or GreatFET hardware
pkgver = 3.0.6
pkgrel = 1
url = https://github.com/greatscottgadgets/facedancer
arch = any
license = BSD-3-Clause
makedepends = python-build
makedepends = python-installer
makedepends = python-pyproject-patcher
makedepends = python-setuptools
makedepends = python-sphinx
makedepends = python-sphinx_rtd_theme
makedepends = python-sphinxcontrib-apidoc
makedepends = python-wheel
depends = python
depends = python-libusb1
depends = python-prompt_toolkit
depends = python-pyserial
depends = python-pyusb
optdepends = greatfet: use Facedancer with a GreatFET backend
optdepends = python-cynthion: use Facedancer with a Cynthion backend
optdepends = python-rpi-gpio: use Facedancer with a Raspdancer backend
optdepends = python-spi-py-git: use Facedancer with a Raspdancer backend
source = facedancer-3.0.6.tar.gz::https://github.com/greatscottgadgets/facedancer/archive/3.0.6.tar.gz
sha512sums = 5f273ea30476294dae3b2d4f5a0c5143bd30827981164aff54f14daeab25472eb2c23323c4b1d6f10e201c654dcc1edf2c32ea77905e8f8a028f106fcd9573e6
pkgname = python-facedancer
|