sofka
LOW
maintainer shyamin
0 votes
scanned 2026-09-04 05:56:41.774165
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
3
pkgname="sofka"
4
pkgdesc="A Kubernetes TUI written in Rust"
5
pkgver=0.21.0
6
pkgrel=1
7
arch=("x86_64")
8
license=("MIT")
9
url="https://github.com/nklmilojevic/${pkgname}"
10
source=("${url}/releases/download/v${pkgver}/sofka-v0.21.0-x86_64-unknown-linux-gnu.tar.gz")
11
sha256sums=("21a127f45ba743ff1fc1fc13f8d69d4e296dd48ecd8476a74cb13e1355e5f977")
12
13
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-04 05:56:41 | Low | 1 |