arch-cleaner-git

LOW
maintainer duanluan 0 votes scanned 2026-09-25 17:12:25.570634
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: duanluan <duanluan@outlook.com>
2pkgname=arch-cleaner-git
3pkgver=0.1.0.r7.g9c2757f
4pkgrel=1
5pkgdesc='Interactive TUI cleanup tool for Arch Linux (pacman cache, journal, user/AI-agent caches, large and duplicate files)'
6arch=('x86_64')
7url='https://github.com/duanluan/arch-cleaner'
8license=('MIT')
9depends=('glibc' 'pacman-contrib' 'systemd' 'findutils')
10makedepends=('cargo' 'git')
11provides=('arch-cleaner')
12conflicts=('arch-cleaner')
13source=('arch-cleaner::git+https://github.com/duanluan/arch-cleaner.git')
14sha256sums=('SKIP')
15
16pkgver() {
17 cd arch-cleaner
18 printf '0.1.0.r%s.g%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
19}
20
21prepare() {
22 cd arch-cleaner
23 cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
24}
25
26build() {
27 cd arch-cleaner
28 export CARGO_TARGET_DIR=target
29 cargo build --frozen --release
30}
31
32package() {
33 cd arch-cleaner
34 install -Dm755 target/release/arch-cleaner "$pkgdir/usr/bin/arch-cleaner"
35 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
36}
37

Scan history

Scanned at (UTC)SeverityRules
2026-09-25 17:12:25 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