xfetch-core-bin

LOW
maintainer xscriptor 0 votes scanned 2026-08-21 05:14:11.864738
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: xscriptor xscriptordev x@xscriptor.com
2pkgname=xfetch-core-bin
3pkgver=0.7.0
4pkgrel=1
5pkgdesc="Custom system information tool for X (Rust) - precompiled binary"
6arch=('x86_64' 'aarch64')
7url="https://github.com/xfetch-cli/xfetch"
8license=('MIT')
9depends=('gcc-libs')
10provides=('xfetch')
11conflicts=('xfetch' 'xfetch-git')
12source_x86_64=("https://github.com/xfetch-cli/xfetch/releases/download/v${pkgver}/xfetch-${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
13source_aarch64=("https://github.com/xfetch-cli/xfetch/releases/download/v${pkgver}/xfetch-${pkgver}-aarch64-unknown-linux-gnu.tar.gz")
14sha256sums_x86_64=('1013e285641e815995946e6389281d0abacadf878468c3aa5acbd3128223ca16')
15sha256sums_aarch64=('862543861e2c2a46ef4073fbceba68e8882082d445ce03de904b02fba87430ac')
16
17package() {
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)SeverityRules
2026-08-21 05:14:11 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