openviking-cli
LOW
maintainer evine
0 votes
scanned 2026-09-20 05:32:24.928598
Why flagged
The package builds from source hosted on the project's official GitHub repository; the low severity is due to few votes and recent upload, not malicious content.
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 source hosted on the project's official GitHub repository; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: devome <evinedeng@hotmail.com>
2
3
_reponame="OpenViking"
4
_cmdname="ov"
5
pkgname="${_reponame,,}-cli"
6
pkgver=0.4.20
7
pkgrel=1
8
pkgdesc="Rust CLI client for OpenViking"
9
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64' 'riscv64')
10
url="https://github.com/volcengine/${_reponame}"
11
license=('AGPL-3.0-or-later')
12
conflicts=("${_cmdname}")
13
depends=("bzip2" "glibc" "libgcc" "xz")
14
makedepends=("cargo")
15
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/cli@${pkgver}.tar.gz")
16
sha256sums=('91f342011e760521570c4dd0dcbca5c420861d9afa2f79ee88e3bc4f29e6cd93')
17
18
prepare() {
19
cd "${_reponame}-cli-${pkgver}"
20
sed -i "s|version = \"0.0.0\"|version = \"${pkgver}\"|g" crates/ov_cli/Cargo.toml
21
# cargo update
22
cargo fetch --target "$(rustc --print host-tuple)" # --locked
23
}
24
25
build() {
26
cd "${_reponame}-cli-${pkgver}"
27
cargo build --release --frozen --all-features
28
}
29
30
# check() {
31
# cd "${_reponame}-cli-${pkgver}"
32
# cargo test --frozen --all-features --workspace
33
# }
34
35
package() {
36
local _tgtbin="target/release/${_cmdname}"
37
38
cd "${_reponame}-cli-${pkgver}"
39
install -Dm755 "${_tgtbin}" "${pkgdir}/usr/bin/${_cmdname}"
40
install -Dm644 README*.md -t "${pkgdir}/usr/share/doc/${pkgname}"
41
}
42
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-20 05:32:24 | Low | 2 |