sarbs-dotfiles-git

LOW
maintainer Sergius 0 votes scanned 2026-09-06 11:10:51.811965
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: Sergius <sergius AT sarbs DOT xyz>
2
3_gitname=dotfiles
4_destdir=sarbs-dotfiles
5pkgname=sarbs-dotfiles-git
6pkgver=2026.08.31.r199.g4db1c1c
7pkgrel=1
8pkgdesc="Sergi's Dotfiles (Teil von SARBS)"
9arch=('any')
10url="https://codeberg.org/Sergius/dotfiles"
11license=('MIT')
12depends=()
13makedepends=('git')
14provides=('sarbs-dotfiles')
15conflicts=('sarbs-dotfiles')
16install="$pkgname.install"
17source=("git+$url")
18sha256sums=('SKIP')
19
20pkgver() {
21 cd "$_gitname"
22 printf "%s.r%s.g%s" "$(git log -1 --format=%cd --date=format:'%Y.%m.%d')" \
23 "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
24}
25
26package() {
27 # makepkg leert die Umgebung; ohne UTF-8-Locale warnt bsdtar
28 # beim Packen der deutschen Dateinamen.
29 export LC_ALL=C.utf8
30
31 install -d "$pkgdir/usr/share/$_destdir"
32 cp -a "$_gitname/." "$pkgdir/usr/share/$_destdir/"
33 rm -rf "$pkgdir/usr/share/$_destdir/.git"
34
35 install -Dm644 "$_gitname/LICENSE" \
36 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
37}
38

Scan history

Scanned at (UTC)SeverityRules
2026-09-06 11:10:51 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