fastfetch-configs-git
LOW
maintainer kirarahoshii
0 votes
scanned 2026-08-20 17:11:42.006138
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
2
pkgname=fastfetch-configs-git
3
pkgver=r18.b09c657
4
pkgrel=1
5
pkgdesc="A collection of ready-to-use aesthetic fastfetch configurations with an interactive installer"
6
arch=('any')
7
url="https://github.com/iamanuclearwarhead/fastfetch-configs"
8
license=('MIT')
9
depends=('fastfetch' 'bash')
10
makedepends=('git')
11
optdepends=('ttf-jetbrains-mono-nerd: icons in the nerd font themed configs')
12
provides=('fastfetch-configs')
13
conflicts=('fastfetch-configs')
14
source=("$pkgname::git+$url.git")
15
sha256sums=('SKIP')
16
17
pkgver() {
18
cd "$pkgname"
19
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20
}
21
22
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-20 17:11:42 | Low | 1 |