sarbs-tabbed-git

LOW
maintainer Sergius 0 votes scanned 2026-09-06 15:12:20.220602
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=tabbed
4pkgname=sarbs-tabbed-git
5pkgver=2026.09.06.r10.g2730b5c
6pkgrel=1
7pkgdesc="Sergi's Build von tabbed, dem Suckless-Tab-Frontend (Teil von SARBS)"
8arch=('x86_64')
9url="https://codeberg.org/Sergius/tabbed"
10license=('MIT')
11depends=('libx11' 'fontconfig' 'libxft')
12makedepends=('git')
13provides=('tabbed')
14conflicts=('tabbed')
15source=("git+$url")
16sha256sums=('SKIP')
17
18pkgver() {
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
24build() {
25 cd "$_gitname"
26 make PREFIX=/usr
27}
28
29package() {
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)SeverityRules
2026-09-06 15:12:20 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