cellmate-git

LOW
maintainer kirarahoshii 0 votes scanned 2026-08-21 07:14:31.584968
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=cellmate-git
3pkgver=r3.b31b10f
4pkgrel=1
5pkgdesc="A tiny CLI to track your FPV battery fleet: cycles, internal resistance, flights, and puffy packs"
6arch=('any')
7url="https://github.com/iamanuclearwarhead/cellmate"
8license=('MIT')
9depends=('bash' 'gawk' 'coreutils')
10makedepends=('git')
11provides=('cellmate')
12conflicts=('cellmate')
13source=("$pkgname::git+$url.git")
14sha256sums=('SKIP')
15
16pkgver() {
17 cd "$pkgname"
18 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
19}
20
21package() {
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)SeverityRules
2026-08-21 07:14:31 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