halmak-git

MEDIUM
maintainer einalex 0 votes scanned 2026-09-06 13:11:32.219503
View on AUR
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>
2pkgname=halmak-git
3pkgver=2.1.0.r20.g3647682
4pkgrel=1
5pkgdesc="The final version of the AI designed keyboard layout"
6arch=("x86_64")
7url="https://github.com/MadRabbit/halmak"
8license=("MIT")
9depends=("libxkbcommon")
10provides=("halmak")
11conflicts=("halmak")
12source=("git+https://github.com/MadRabbit/halmak.git")
13md5sums=('SKIP')
14
15pkgver() {
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
22package() {
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)SeverityRules
2026-09-06 13:11:32 Medium 1
2026-06-18 16:11:54 Clean 0

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion