cfetch-agent

LOW
maintainer richc 0 votes scanned 2026-08-21 11:15:01.903439
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: Julian Y. Richard Corbet (julian-corbet on GitHub)
2pkgname=cfetch-agent
3pkgver=0.6.0
4pkgrel=1
5pkgdesc="A second brain for coding agents: privilege-ring memory, hook injection, retrieval, and a code index in one binary"
6arch=('x86_64' 'aarch64')
7url="https://github.com/julian-corbet/cfetch"
8license=('LicenseRef-FSL-1.1-ALv2')
9provides=('cfetch')
10conflicts=('cfetch')
11makedepends=('cargo' 'git')
12source=("$pkgname::git+https://github.com/julian-corbet/cfetch.git#tag=v$pkgver")
13sha256sums=('SKIP')
14
15prepare() {
16 cd "$pkgname"
17 cargo fetch --locked
18}
19
20build() {
21 cd "$pkgname"
22 cargo build --release --locked
23}
24
25check() {
26 cd "$pkgname"
27 cargo test --release --locked
28}
29
30package() {
31 cd "$pkgname"
32 install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
33 install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
34}
35

Scan history

Scanned at (UTC)SeverityRules
2026-08-21 11:15:01 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