fpvtester
maintainer kirarahoshii
· 0 votes
· scanned 2026-08-18 11:39:43.480180
LOW
View on AUR ↗
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: Kirara <kiraralarpsec@gmail.com>
2
pkgname=fpvtester
3
pkgver=2.0.0
4
pkgrel=1
5
pkgdesc="Automated Betaflight flight controller QC, inspection and configuration over MSP"
6
arch=('any')
7
url="https://github.com/kirarahoshiiii/fpv-tester"
8
license=('MIT')
9
depends=('python' 'python-pyserial')
10
optdepends=('tk: graphical interface via fpvtester-gui')
11
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
12
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
13
sha256sums=('618756ec28bae95d827bef93333f7080cd1bb79820aae109125811cc13ff4f45')
14
15
build() {
16
cd "fpv-tester-$pkgver"
17
python -m build --wheel --no-isolation
18
}
19
20
check() {
21
cd "fpv-tester-$pkgver"
22
python tests/test_parser.py
23
}
24
25
package() {
26
cd "fpv-tester-$pkgver"
27
python -m installer --destdir="$pkgdir" dist/*.whl
28
29
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
30
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
31
32
install -Dm644 completions/fpvtester.fish \
33
"$pkgdir/usr/share/fish/vendor_completions.d/fpvtester.fish"
34
install -Dm644 completions/fpvtester.bash \
35
"$pkgdir/usr/share/bash-completion/completions/fpvtester"
36
install -Dm644 completions/_fpvtester \
37
"$pkgdir/usr/share/zsh/site-functions/_fpvtester"
38
}
39
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 11:39:43 | LOW | 1 |