arch-cleaner-git
LOW
maintainer duanluan
0 votes
scanned 2026-09-25 17:12:25.570634
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>
2
pkgname=arch-cleaner-git
3
pkgver=0.1.0.r7.g9c2757f
4
pkgrel=1
5
pkgdesc='Interactive TUI cleanup tool for Arch Linux (pacman cache, journal, user/AI-agent caches, large and duplicate files)'
6
arch=('x86_64')
7
url='https://github.com/duanluan/arch-cleaner'
8
license=('MIT')
9
depends=('glibc' 'pacman-contrib' 'systemd' 'findutils')
10
makedepends=('cargo' 'git')
11
provides=('arch-cleaner')
12
conflicts=('arch-cleaner')
13
source=('arch-cleaner::git+https://github.com/duanluan/arch-cleaner.git')
14
sha256sums=('SKIP')
15
16
pkgver() {
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
21
prepare() {
22
cd arch-cleaner
23
cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
24
}
25
26
build() {
27
cd arch-cleaner
28
export CARGO_TARGET_DIR=target
29
cargo build --frozen --release
30
}
31
32
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-25 17:12:25 | Low | 1 |