cellmate-git
LOW
maintainer kirarahoshii
0 votes
scanned 2026-08-21 07:14:31.584968
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=cellmate-git
3
pkgver=r3.b31b10f
4
pkgrel=1
5
pkgdesc="A tiny CLI to track your FPV battery fleet: cycles, internal resistance, flights, and puffy packs"
6
arch=('any')
7
url="https://github.com/iamanuclearwarhead/cellmate"
8
license=('MIT')
9
depends=('bash' 'gawk' 'coreutils')
10
makedepends=('git')
11
provides=('cellmate')
12
conflicts=('cellmate')
13
source=("$pkgname::git+$url.git")
14
sha256sums=('SKIP')
15
16
pkgver() {
17
cd "$pkgname"
18
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
19
}
20
21
package() {
22
cd "$pkgname"
23
24
install -Dm755 cellmate "$pkgdir/usr/bin/cellmate"
25
26
install -Dm644 completions/cellmate.bash \
27
"$pkgdir/usr/share/bash-completion/completions/cellmate"
28
install -Dm644 completions/_cellmate \
29
"$pkgdir/usr/share/zsh/site-functions/_cellmate"
30
install -Dm644 completions/cellmate.fish \
31
"$pkgdir/usr/share/fish/vendor_completions.d/cellmate.fish"
32
33
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
34
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
35
}
36
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-21 07:14:31 | Low | 1 |