qq-wayland-clipboard-git

maintainer w568w · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged Package builds from source via git, has few votes and recent upload, but no malicious behavior; source is from a plausible project-owned GitHub repository and builds using standard cargo workflow.

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%): Package builds from source via git, has few votes and recent upload, but no malicious behavior; source is from a plausible project-owned GitHub repository and builds using standard cargo workflow.

PKGBUILD

1# Maintainer: w568w <w568w at outlook dot com>
2
3_pkgname=qq-wayland-clipboard
4pkgname=$_pkgname-git
5pkgver=0.1.0.r3.ga918398
6pkgrel=1
7pkgdesc='Clipboard compatibility wrapper for Linux QQ on Wayland'
8arch=('x86_64' 'aarch64')
9url='https://github.com/w568w/qq-wayland-clipboard'
10license=('GPL-3.0-or-later')
11depends=('glibc' 'libgcc' 'linuxqq' 'xorg-server-xvfb')
12makedepends=('cargo' 'git')
13provides=("$_pkgname")
14conflicts=("$_pkgname")
15source=("git+$url.git"
16 'wrapped-qq.desktop')
17b2sums=('SKIP'
18 'd13abe15a958b75b53373db4dd3cf6c3686126cb8faa92d562225c55b346a35daea617075655dfc71a2066320fa8a3b52e65880387abe732f93773da2812538e')
19
20pkgver() {
21 cd "$_pkgname"
22 local version
23 version=$(sed -n 's/^version = "\([^"]*\)"/\1/p' Cargo.toml | head -n1)
24 printf '%s.r%s.g%s' "$version" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
25}
26
27prepare() {
28 cd "$_pkgname"
29 export RUSTUP_TOOLCHAIN=stable
30 cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
31}
32
33build() {
34 cd "$_pkgname"
35 export RUSTUP_TOOLCHAIN=stable
36 export CARGO_TARGET_DIR=target
37 cargo build --frozen --release --all-features
38}
39
40check() {
41 cd "$_pkgname"
42 export RUSTUP_TOOLCHAIN=stable
43 export CARGO_TARGET_DIR=target
44 cargo test --frozen --all-features
45}
46
47package() {
48 cd "$_pkgname"
49 install -Dm755 "target/release/$_pkgname" "$pkgdir/usr/bin/$_pkgname"
50 install -Dm644 "$srcdir/wrapped-qq.desktop" "$pkgdir/usr/share/applications/wrapped-qq.desktop"
51}
52

Scan history

Scanned at (UTC)SeverityRules
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 19:18:43 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