sarbs-dwmblocks-async-git
LOW
maintainer Sergius
0 votes
scanned 2026-09-06 13:11:32.219503
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=dwmblocks-async
4
pkgname=sarbs-dwmblocks-async-git
5
pkgver=2026.05.01.r84.g2e64357
6
pkgrel=1
7
pkgdesc="Asynchrone, modulare Statusbar für dwm (Teil von SARBS)"
8
arch=('x86_64')
9
url="https://codeberg.org/Sergius/dwmblocks-async"
10
license=('GPL-2.0-or-later')
11
depends=('libxcb')
12
makedepends=('git' 'pkgconf')
13
provides=('dwmblocks-async')
14
conflicts=('dwmblocks-async')
15
source=("git+$url")
16
sha256sums=('SKIP')
17
18
pkgver() {
19
cd "$_gitname"
20
printf "%s.r%s.g%s" "$(git log -1 --format=%cd --date=format:'%Y.%m.%d')" \
21
"$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
22
}
23
24
build() {
25
cd "$_gitname"
26
make PREFIX=/usr
27
}
28
29
package() {
30
cd "$_gitname"
31
make PREFIX=/usr DESTDIR="$pkgdir" install
32
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
33
}
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-06 13:11:32 | Low | 1 |