fastfetch-configs-git

LOW
maintainer kirarahoshii 0 votes scanned 2026-08-20 17:11:42.006138
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: kirarahoshiiii
2pkgname=fastfetch-configs-git
3pkgver=r18.b09c657
4pkgrel=1
5pkgdesc="A collection of ready-to-use aesthetic fastfetch configurations with an interactive installer"
6arch=('any')
7url="https://github.com/iamanuclearwarhead/fastfetch-configs"
8license=('MIT')
9depends=('fastfetch' 'bash')
10makedepends=('git')
11optdepends=('ttf-jetbrains-mono-nerd: icons in the nerd font themed configs')
12provides=('fastfetch-configs')
13conflicts=('fastfetch-configs')
14source=("$pkgname::git+$url.git")
15sha256sums=('SKIP')
16
17pkgver() {
18 cd "$pkgname"
19 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20}
21
22package() {
23 cd "$pkgname"
24
25 local sharedir="$pkgdir/usr/share/fastfetch-configs"
26 install -dm755 "$sharedir"
27 local dir
28 for dir in */; do
29 if [ -f "$dir/config.jsonc" ]; then
30 install -Dm644 "$dir/config.jsonc" "$sharedir/${dir%/}/config.jsonc"
31 fi
32 done
33
34 install -Dm755 install.sh "$pkgdir/usr/bin/fastfetch-configs"
35 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
36 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
37}
38

Scan history

Scanned at (UTC)SeverityRules
2026-08-20 17:11:42 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