jotawm-keybinds-git

LOW
maintainer Jotalea 0 votes scanned 2026-09-17 01:24:19.570146
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: Jotalea <main@jotalea.com.ar>
2pkgname=jotawm-keybinds-git
3pkgver=2026.09.17.r121.66f9fa0
4pkgrel=1
5pkgdesc="Always-on-top popup showing jotawm's keybinds"
6arch=('x86_64' 'aarch64' 'armv7h')
7url="https://github.com/jotalea/jotawm"
8license=('BSD-3-Clause')
9depends=('fontconfig')
10makedepends=('go' 'git')
11optdepends=('ttf-jetbrains-mono-nerd: default font')
12provides=('jotawm-keybinds')
13conflicts=('jotawm-keybinds')
14source=("jotawm::git+https://github.com/jotalea/jotawm.git")
15sha256sums=('SKIP')
16options=(!debug !lto)
17
18pkgver() {
19 cd "$srcdir/jotawm"
20 git describe --long --tags 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' || \
21 printf "%s.r%s.%s" "$(date +%Y.%m.%d)" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
22}
23
24build() {
25 cd "$srcdir/jotawm/keybinds"
26 export CGO_ENABLED=0
27 export GOFLAGS="-mod=mod"
28 make
29}
30
31package() {
32 cd "$srcdir/jotawm/keybinds"
33 make DESTDIR="$pkgdir" PREFIX=/usr install
34}
35

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 01:24:19 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