ku-bin

LOW
maintainer jake8655 0 votes scanned 2026-08-21 19:15:21.164360
View on AUR
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: Dominik Toth <info@dominiktoth.com>
2
3pkgname=ku-bin
4pkgver=0.11.0
5pkgrel=1
6pkgdesc='Fast, keyboard-driven Kubernetes TUI'
7arch=('x86_64')
8options=('!strip' '!debug')
9url='https://github.com/bjarneo/ku'
10license=('MIT')
11provides=("ku=${pkgver}")
12conflicts=('ku' 'ku-git')
13optdepends=(
14 'xdg-utils: open Kubernetes documentation from inside ku'
15)
16source=(
17 "ku-${pkgver}-linux-amd64::https://github.com/bjarneo/ku/releases/download/v${pkgver}/ku-linux-amd64"
18 "upstream-license::https://raw.githubusercontent.com/bjarneo/ku/v${pkgver}/LICENSE"
19)
20sha256sums=(
21 '44f666c903036edd6d62fcd1b357e385b6e3efe4acaa735d4252de846c1b1aa3'
22 'ebb1323d93aee5f8b4a672ec20ca24954373c85686be39307facb88dd582444c'
23)
24
25package() {
26 install -Dm755 "ku-${pkgver}-linux-amd64" "$pkgdir/usr/bin/ku"
27 install -Dm644 upstream-license "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
28}
29

Scan history

Scanned at (UTC)SeverityRules
2026-08-21 19:15:21 Low 1

Report a package

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

0 / 4000
Your suggestion