openviking-cli

LOW
maintainer evine 0 votes scanned 2026-09-20 05:32:24.928598
View on AUR
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"
5pkgname="${_reponame,,}-cli"
6pkgver=0.4.20
7pkgrel=1
8pkgdesc="Rust CLI client for OpenViking"
9arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64' 'riscv64')
10url="https://github.com/volcengine/${_reponame}"
11license=('AGPL-3.0-or-later')
12conflicts=("${_cmdname}")
13depends=("bzip2" "glibc" "libgcc" "xz")
14makedepends=("cargo")
15source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/cli@${pkgver}.tar.gz")
16sha256sums=('91f342011e760521570c4dd0dcbca5c420861d9afa2f79ee88e3bc4f29e6cd93')
17
18prepare() {
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
25build() {
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
35package() {
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)SeverityRules
2026-09-20 05:32:24 Low 2

Report a package

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

0 / 4000
Your suggestion