rubick-kubernetes-bin
LOW
maintainer Prototik
0 votes
scanned 2026-08-19 15:42:02.122486
Why flagged
The package builds from a prebuilt .deb from the project's GitHub releases, which is a normal AUR practice; the source is verifiable and the checksums are provided, making it low risk despite the host not being on a whitelist.
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.
Low
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from a prebuilt .deb from the project's GitHub releases, which is a normal AUR practice; the source is verifiable and the checksums are provided, making it low risk despite the host not being on a whitelist.
PKGBUILD
1
# Maintainer: Sergey Shatunov <me@aur.rocks>
2
3
_pkgname=rubick
4
pkgname=${_pkgname}-kubernetes-bin
5
pkgver=4.3.0
6
pkgrel=1
7
pkgdesc="Modern cross-platform Kubernetes GUI client (prebuilt version)"
8
arch=(x86_64)
9
url="https://github.com/Dudude-bit/rubick"
10
license=('GPL-3.0-or-later')
11
depends=("kubectl" "gtk3" "webkit2gtk-4.1")
12
makedepends=("bun" "cargo-tauri")
13
provides=("${pkgname%-bin}")
14
conflicts=("${pkgname%-bin}")
15
_assets_ref=81809b080d05e6e890ee642bff848611ebf79242
16
source=(
17
"com.k8s-gui.app.desktop"
18
"rubick-icon-256.png::https://github.com/Dudude-bit/rubick/raw/${_assets_ref}/src-tauri/icons/256x256.png"
19
"rubick-icon-128.png::https://github.com/Dudude-bit/rubick/raw/${_assets_ref}/src-tauri/icons/128x128.png"
20
"rubick-icon-64.png::https://github.com/Dudude-bit/rubick/raw/${_assets_ref}/src-tauri/icons/64x64.png"
21
"rubick-icon-32.png::https://github.com/Dudude-bit/rubick/raw/${_assets_ref}/src-tauri/icons/32x32.png"
22
"rubick-icon.svg::https://github.com/Dudude-bit/rubick/raw/${_assets_ref}/src-tauri/icons/icon.svg"
23
)
24
source_x86_64=(
25
"${_pkgname}-${pkgver}-x86_64.deb::${url}/releases/download/v${pkgver}/Rubick_${pkgver}_amd64.deb"
26
)
27
sha256sums=('82f31d2a4c5fa49a3e7c52378c94fe16a62e3adb0082eed9cd9f2787849deb00'
28
'1d9e24df0cf8c8d2342fe21ffa92b62e8a63d4da65bdea34541e55ff5777fe87'
29
'bde347be32bd9d64997923194a760f309efd686e0ae8a34dee7c91c30cc61366'
30
'ef223b31d2c4f2a3cef9bed6132bb60fe5091df6909dd513d8696cbba6012035'
31
'3885ea939b7b56f116c2772b70b1ec543025b7716973df06aade0d2037a239ef'
32
'a238fa258d9d49cfe0baaa019dd05743bdb39c820032b1d8d8f074bc31ab4b20')
33
sha256sums_x86_64=('19399222187ce4f04f28139493f82a118b5a89979b457c0770585333ffdf80b5')
34
35
prepare() {
36
tar -zxf data.tar.gz usr/bin/Rubick
37
}
38
39
package() {
40
install -Dm755 usr/bin/Rubick "${pkgdir}/usr/bin/rubick"
41
install -Dm755 "${srcdir}/com.k8s-gui.app.desktop" "${pkgdir}/usr/share/applications/com.k8s-gui.app.desktop"
42
install -dm755 "${pkgdir}/usr/share/icons/hicolor"
43
for i in 32 64 128 256; do
44
install -Dm644 "${srcdir}/rubick-icon-${i}.png" "${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/com.k8s-gui.app.png"
45
done
46
install -Dm644 "${srcdir}/rubick-icon.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/com.k8s-gui.app.svg"
47
}
48
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-19 15:42:02 | Low | 2 |
| 2026-08-19 13:41:59 | Low | 2 |