fastannoy
LOW
maintainer CallMeAlphabet
0 votes
scanned 2026-08-28 11:35:03.635011
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: CallMeAlphabet
2
pkgname=fastannoy
3
pkgver=8
4
pkgrel=1
5
_commit=0535c9cddabd9794e783d24105a381cbc4ff359f
6
pkgdesc="typos that are actually annoying"
7
arch=('x86_64')
8
url="https://github.com/CallMeAlphabet/fastannoy"
9
license=('Apache-2.0')
10
depends=('gcc-libs')
11
makedepends=('cargo' 'git')
12
provides=('gti' 'gerp' 'sudp' 'cst' 'vom')
13
conflicts=('gti' 'gerp' 'sudp' 'cst' 'vom')
14
source=("git+https://github.com/CallMeAlphabet/fastannoy.git#commit=$_commit")
15
sha256sums=('SKIP')
16
17
# Common command typos this package intentionally shadows in /usr/bin.
18
# 'sl' is deliberately excluded: it's already an established, well-known
19
# joke package (steam locomotive) and claiming it would conflict.
20
typos=('gti' 'gerp' 'sudp' 'cst' 'vom')
21
22
prepare() {
23
cd "$srcdir/fastannoy"
24
cargo fetch --locked --target x86_64-unknown-linux-gnu
25
}
26
27
build() {
28
cd "$srcdir/fastannoy"
29
export RUSTUP_TOOLCHAIN=stable
30
export CARGO_TARGET_DIR=target
31
cargo build --frozen --release
32
}
33
34
package() {
35
cd "$srcdir/fastannoy"
36
install -Dm755 "target/release/fastannoy" "$pkgdir/usr/bin/fastannoy"
37
for typo in "${typos[@]}"; do
38
install -Dm755 "target/release/fastannoy" "$pkgdir/usr/bin/$typo"
39
done
40
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
41
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
42
}
43
Changes since previous scan
--- PKGBUILD @ 2026-08-28 09:35+++ PKGBUILD @ 2026-08-28 11:35@@ -1,8 +1,8 @@ # Maintainer: CallMeAlphabet pkgname=fastannoy-pkgver=1+pkgver=8 pkgrel=1-_commit=HEAD+_commit=0535c9cddabd9794e783d24105a381cbc4ff359f pkgdesc="typos that are actually annoying" arch=('x86_64') url="https://github.com/CallMeAlphabet/fastannoy"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-28 11:35:03 | Low | 1 |
| 2026-08-28 09:35:00 | Low | 1 |