xfetch-bin-cli
LOW
maintainer xscriptor
0 votes
scanned 2026-08-20 21:12:41.539726
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: xscriptor xscriptordev x@xscriptor.com
2
pkgname=xfetch-bin-cli
3
pkgver=0.7.0
4
pkgrel=1
5
pkgdesc="Custom system information tool for X (Rust) - precompiled binary"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/xfetch-cli/xfetch"
8
license=('MIT')
9
depends=('gcc-libs')
10
provides=('xfetch')
11
conflicts=('xfetch' 'xfetch-git')
12
source_x86_64=("https://github.com/xfetch-cli/xfetch/releases/download/v${pkgver}/xfetch-${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
13
source_aarch64=("https://github.com/xfetch-cli/xfetch/releases/download/v${pkgver}/xfetch-${pkgver}-aarch64-unknown-linux-gnu.tar.gz")
14
sha256sums_x86_64=('1013e285641e815995946e6389281d0abacadf878468c3aa5acbd3128223ca16')
15
sha256sums_aarch64=('862543861e2c2a46ef4073fbceba68e8882082d445ce03de904b02fba87430ac')
16
17
package() {
18
cd "$srcdir"
19
20
install -Dm755 "xfetch" "$pkgdir/usr/bin/xfetch"
21
22
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
23
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
24
}
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 21:12:41 | Low | 1 |