lanchat-git
LOW
maintainer calmcrow
0 votes
scanned 2026-08-23 01:19:32.924999
Why flagged
The package builds from the project's own git repository, which is normal for -git AUR packages; 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 the project's own git repository, which is normal for -git AUR packages; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: calmcrow <calmcrow@outlook.com>
2
3
pkgname=lanchat-git
4
pkgver=0.1.5
5
pkgrel=1
6
pkgdesc="A cross-platform LAN chat software that supports file transfer. (git)"
7
arch=("x86_64")
8
url="https://github.com/cap153/LANChat"
9
license=('MIT')
10
depends=('webkit2gtk-4.1' 'openssl' 'libappindicator' 'libayatana-appindicator')
11
makedepends=('base-devel' 'rust' 'cargo' 'tauri-cli' 'curl' 'wget' 'file')
12
optdepends=('lanclaw-bin: A LANChat-compatible intelligent bot powered by Pi coding agent.')
13
conflicts=('lanchat-bin')
14
source=("LANChat::git+https://github.com/cap153/LANChat.git")
15
sha256sums=('SKIP')
16
options=('!strip')
17
18
pkgver() {
19
cd "$srcdir/LANChat"
20
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
21
}
22
23
build() {
24
cd "$srcdir/LANChat"
25
# Clear makepkg CFLAGS that trigger rustc dropping -l (undefined sqlite3): https://github.com/rust-lang/rust/issues/119858
26
unset CFLAGS
27
cargo tauri build --bundles deb
28
}
29
30
package() {
31
cd "$srcdir/LANChat/src-tauri/target/release/bundle/deb" || exit 1
32
bsdtar -xf LANChat_*_amd64.deb
33
bsdtar -xf data.tar.gz -C "$pkgdir/"
34
}
35
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-23 01:19:32 | Low | 2 |