sofka

LOW
maintainer shyamin 0 votes scanned 2026-09-04 05:56:41.774165
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: Shyamin Ayesh <me@shyamin.com>
2
3pkgname="sofka"
4pkgdesc="A Kubernetes TUI written in Rust"
5pkgver=0.21.0
6pkgrel=1
7arch=("x86_64")
8license=("MIT")
9url="https://github.com/nklmilojevic/${pkgname}"
10source=("${url}/releases/download/v${pkgver}/sofka-v0.21.0-x86_64-unknown-linux-gnu.tar.gz")
11sha256sums=("21a127f45ba743ff1fc1fc13f8d69d4e296dd48ecd8476a74cb13e1355e5f977")
12
13package() {
14
15 # CREATE DIRs
16 install -d "${pkgdir}/usr/bin"
17
18 # Install ( binary )
19 install -Dm755 "${srcdir}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
20
21}

Scan history

Scanned at (UTC)SeverityRules
2026-09-04 05:56:41 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