livekit-tui-client-git
maintainer Tatsuya-Muller
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from source hosted on the author's GitHub; the low severity is due to few votes and recent upload, but it uses standard build tools and depends only on legitimate system libraries and Rust crates.
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 author's GitHub; the low severity is due to few votes and recent upload, but it uses standard build tools and depends only on legitimate system libraries and Rust crates.
PKGBUILD
1
pkgname=livekit-tui-client-git
2
pkgver=0.2.0
3
pkgrel=1
4
pkgdesc="Terminal-based LiveKit client with Zig/Odin video rendering"
5
arch=('x86_64')
6
url="https://github.com/TatsuyaM2667/livekit-tui-client"
7
license=('MIT')
8
depends=('glibc' 'gcc-libs' 'alsa-lib' 'glib2' 'openssl')
9
makedepends=('cargo' 'zig' 'odin' 'git' 'nasm' 'pkgconf')
10
provides=("livekit-tui-client")
11
conflicts=("livekit-tui-client")
12
options=('!lto')
13
source=("git+https://github.com/TatsuyaM2667/livekit-tui-client.git")
14
md5sums=('SKIP')
15
16
pkgver() {
17
cd "$srcdir/livekit-tui-client"
18
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
19
}
20
21
build() {
22
cd "$srcdir/livekit-tui-client"
23
# ring crate asm objects require GNU ld, not rust-lld
24
export RUSTFLAGS="-C linker=cc -C link-arg=-fuse-ld=bfd"
25
cargo build --release --bin livekit-tui-client
26
}
27
28
package() {
29
cd "$srcdir/livekit-tui-client"
30
install -Dm755 "target/release/livekit-tui-client" "$pkgdir/usr/bin/livekit-tui-client"
31
}
32
Changes since previous scan
--- PKGBUILD @ 2026-07-30 07:14+++ PKGBUILD @ 2026-08-03 00:08@@ -1,11 +1,11 @@ pkgname=livekit-tui-client-git-pkgver=0.1.0+pkgver=0.2.0 pkgrel=1 pkgdesc="Terminal-based LiveKit client with Zig/Odin video rendering" arch=('x86_64') url="https://github.com/TatsuyaM2667/livekit-tui-client" license=('MIT')-depends=('glibc' 'gcc-libs' 'alsa-lib' 'glib2')+depends=('glibc' 'gcc-libs' 'alsa-lib' 'glib2' 'openssl') makedepends=('cargo' 'zig' 'odin' 'git' 'nasm' 'pkgconf') provides=("livekit-tui-client") conflicts=("livekit-tui-client")Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 09:14:07 | LOW | 2 |
| 2026-07-30 07:14:03 | LOW | 2 |
| 2026-07-30 03:13:55 | LOW | 2 |
| 2026-07-30 00:17:23 | CLEAN | 2 |
| 2026-07-29 13:11:48 | LOW | 1 |
| 2026-07-29 11:11:22 | LOW | 1 |