fastannoy

LOW
maintainer CallMeAlphabet 0 votes scanned 2026-08-28 11:35:03.635011
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: CallMeAlphabet
2pkgname=fastannoy
3pkgver=8
4pkgrel=1
5_commit=0535c9cddabd9794e783d24105a381cbc4ff359f
6pkgdesc="typos that are actually annoying"
7arch=('x86_64')
8url="https://github.com/CallMeAlphabet/fastannoy"
9license=('Apache-2.0')
10depends=('gcc-libs')
11makedepends=('cargo' 'git')
12provides=('gti' 'gerp' 'sudp' 'cst' 'vom')
13conflicts=('gti' 'gerp' 'sudp' 'cst' 'vom')
14source=("git+https://github.com/CallMeAlphabet/fastannoy.git#commit=$_commit")
15sha256sums=('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.
20typos=('gti' 'gerp' 'sudp' 'cst' 'vom')
21
22prepare() {
23 cd "$srcdir/fastannoy"
24 cargo fetch --locked --target x86_64-unknown-linux-gnu
25}
26
27build() {
28 cd "$srcdir/fastannoy"
29 export RUSTUP_TOOLCHAIN=stable
30 export CARGO_TARGET_DIR=target
31 cargo build --frozen --release
32}
33
34package() {
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)SeverityRules
2026-08-28 11:35:03 Low 1
2026-08-28 09:35:00 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