halmak-git
MEDIUM
maintainer einalex
0 votes
scanned 2026-09-06 13:11:32.219503
Why flagged
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
Triggered rules
Medium
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: Elijah Gregg <lovetocode999 at tilde dot team>
2
pkgname=halmak-git
3
pkgver=2.1.0.r20.g3647682
4
pkgrel=1
5
pkgdesc="The final version of the AI designed keyboard layout"
6
arch=("x86_64")
7
url="https://github.com/MadRabbit/halmak"
8
license=("MIT")
9
depends=("libxkbcommon")
10
provides=("halmak")
11
conflicts=("halmak")
12
source=("git+https://github.com/MadRabbit/halmak.git")
13
md5sums=('SKIP')
14
15
pkgver() {
16
cd "$srcdir/halmak"
17
18
_tag=$(git tag --sort=v:refname | tail -n1)
19
printf '%s.r%s.g%s' "${_tag#v}" "$(git rev-list "$_tag"..HEAD --count)" "$(git rev-parse --short HEAD)"
20
}
21
22
package() {
23
cd "$srcdir/halmak"
24
mkdir -p "${pkgdir}/usr/share/X11/xkb"
25
cp -R "linux/symbols" "${pkgdir}/usr/share/X11/xkb"
26
rm "${pkgdir}/usr/share/X11/xkb/symbols/halmak"
27
mv "${pkgdir}/usr/share/X11/xkb/symbols/halmak_no_qwerty" "${pkgdir}/usr/share/X11/xkb/symbols/halmak"
28
}
29
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-06 13:11:32 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |