fpvtop

LOW
maintainer kirarahoshii 0 votes scanned 2026-08-19 07:41:23.651733
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: kirarahoshiiii
2pkgname=fpvtop
3pkgver=0.4.0
4pkgrel=1
5pkgdesc="btop-style live terminal monitor for Betaflight flight controllers over MSP"
6arch=('any')
7url="https://github.com/kirarahoshiiii/fpvtop"
8license=('MIT')
9depends=('python' 'python-pyserial')
10makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
11source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
12sha256sums=('137f9e903cc71af036b6880b249b16e4e288900f340907a76e813d3499c26cae')
13
14build() {
15 cd "$pkgname-$pkgver"
16 python -m build --wheel --no-isolation
17}
18
19package() {
20 cd "$pkgname-$pkgver"
21 python -m installer --destdir="$pkgdir" dist/*.whl
22 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
23 install -Dm644 packaging/completions/fpvtop.bash "$pkgdir/usr/share/bash-completion/completions/fpvtop"
24 install -Dm644 packaging/completions/_fpvtop "$pkgdir/usr/share/zsh/site-functions/_fpvtop"
25 install -Dm644 packaging/completions/fpvtop.fish "$pkgdir/usr/share/fish/vendor_completions.d/fpvtop.fish"
26}
27

Scan history

Scanned at (UTC)SeverityRules
2026-08-19 07:41:23 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