jotawm-keybinds-git
LOW
maintainer Jotalea
0 votes
scanned 2026-09-17 01:24:19.570146
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>
2
pkgname=jotawm-keybinds-git
3
pkgver=2026.09.17.r121.66f9fa0
4
pkgrel=1
5
pkgdesc="Always-on-top popup showing jotawm's keybinds"
6
arch=('x86_64' 'aarch64' 'armv7h')
7
url="https://github.com/jotalea/jotawm"
8
license=('BSD-3-Clause')
9
depends=('fontconfig')
10
makedepends=('go' 'git')
11
optdepends=('ttf-jetbrains-mono-nerd: default font')
12
provides=('jotawm-keybinds')
13
conflicts=('jotawm-keybinds')
14
source=("jotawm::git+https://github.com/jotalea/jotawm.git")
15
sha256sums=('SKIP')
16
options=(!debug !lto)
17
18
pkgver() {
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
24
build() {
25
cd "$srcdir/jotawm/keybinds"
26
export CGO_ENABLED=0
27
export GOFLAGS="-mod=mod"
28
make
29
}
30
31
package() {
32
cd "$srcdir/jotawm/keybinds"
33
make DESTDIR="$pkgdir" PREFIX=/usr install
34
}
35
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 01:24:19 | Low | 1 |