rukbi
MEDIUM
maintainer willgame
1 votes
scanned 2026-09-27 13:18:29.354985
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: Denys Popov <denys@denyspopov.biz>
2
pkgname=rukbi
3
pkgver=4.1
4
pkgrel=2
5
pkgdesc="Alternative keyboard layouts with miscellaneous useful typographic characters"
6
url="http://besisland.name/rukbi"
7
arch=("any")
8
license=("MIT")
9
depends=("xkeyboard-config" "python")
10
source=("https://github.com/denyspopov/rukbi/releases/download/$pkgver/$pkgname-$pkgver-linux.tar.bz2")
11
md5sums=('6d549c632afcb78f0c84e8ed2ec4249b')
12
sha1sums=('487e9426d955525e9b4002b4ca09bde133e25097')
13
sha256sums=('fd10e88a18bd2463e81830451577b3aa07bebd90e455f3294f56cfaf95db23fe')
14
install=arch-install
15
16
package() {
17
local xkbdir="$pkgdir/usr/share/X11/xkb"
18
cd "$srcdir"
19
20
install -d $xkbdir/symbols
21
install -m 0644 symbols/* $xkbdir/symbols/
22
23
install -d $xkbdir/rukbi/install $xkbdir/rukbi/symbols $xkbdir/rukbi/rules
24
install -m 0755 install/* $xkbdir/rukbi/install/
25
install -m 0644 symbols/* $xkbdir/rukbi/symbols/
26
install -m 0644 rules/* $xkbdir/rukbi/rules/
27
}
28
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 13:18:29 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |