blob: f2d19b16b7e5c4bbb80864db7c4b32e3911a8a0e (
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.4
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.4.tar.gz::https://github.com/greatscottgadgets/facedancer/archive/3.0.4.tar.gz
sha512sums = aab4499505877aee221cae3f5c395907578150c58b22cdd109660ddee62b137e6f2e59aae47397ba8b69703653a9d07d7e06481782f6515c840997a9702c3c4f
pkgname = python-facedancer
|