arch-cleaner-bin
LOW
maintainer duanluan
0 votes
scanned 2026-09-25 19:13:08.013724
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
3
pkgname=arch-cleaner-bin
4
_pkgname=arch-cleaner
5
pkgver=0.1.0
6
pkgrel=1
7
pkgdesc='Interactive TUI cleanup tool for Arch Linux (pacman cache, journal, user/AI-agent caches, large and duplicate files)'
8
arch=('x86_64')
9
url='https://github.com/duanluan/arch-cleaner'
10
license=('MIT')
11
depends=('glibc' 'pacman-contrib' 'systemd' 'findutils')
12
provides=('arch-cleaner')
13
conflicts=('arch-cleaner')
14
source=("${_pkgname}-v${pkgver}-x86_64-linux.tar.gz::https://github.com/duanluan/arch-cleaner/releases/download/v${pkgver}/${_pkgname}-v${pkgver}-x86_64-linux.tar.gz")
15
sha256sums=('c0fc4722e75d755547310c599306999a17b25a2c0365c980df1caee140c1803c')
16
17
package() {
18
install -Dm755 "${srcdir}/arch-cleaner" "${pkgdir}/usr/bin/arch-cleaner"
19
install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
20
}
21
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-25 19:13:08 | Low | 1 |