fpvtop
LOW
maintainer kirarahoshii
0 votes
scanned 2026-08-19 07:41:23.651733
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
2
pkgname=fpvtop
3
pkgver=0.4.0
4
pkgrel=1
5
pkgdesc="btop-style live terminal monitor for Betaflight flight controllers over MSP"
6
arch=('any')
7
url="https://github.com/kirarahoshiiii/fpvtop"
8
license=('MIT')
9
depends=('python' 'python-pyserial')
10
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
11
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
12
sha256sums=('137f9e903cc71af036b6880b249b16e4e288900f340907a76e813d3499c26cae')
13
14
build() {
15
cd "$pkgname-$pkgver"
16
python -m build --wheel --no-isolation
17
}
18
19
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-19 07:41:23 | Low | 1 |