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>
2pkgname=fpvtester
3pkgver=2.0.0
4pkgrel=1
5pkgdesc="Automated Betaflight flight controller QC, inspection and configuration over MSP"
6arch=('any')
7url="https://github.com/kirarahoshiiii/fpv-tester"
8license=('MIT')
9depends=('python' 'python-pyserial')
10optdepends=('tk: graphical interface via fpvtester-gui')
11makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
12source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
13sha256sums=('618756ec28bae95d827bef93333f7080cd1bb79820aae109125811cc13ff4f45')
14
15build() {
16 cd "fpv-tester-$pkgver"
17 python -m build --wheel --no-isolation
18}
19
20check() {
21 cd "fpv-tester-$pkgver"
22 python tests/test_parser.py
23}
24
25package() {
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)SeverityRules
2026-08-18 11:39:43 LOW 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion