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
4
pkgname=$_pkgname-git
5
pkgver=0.1.0.r3.ga918398
6
pkgrel=1
7
pkgdesc='Clipboard compatibility wrapper for Linux QQ on Wayland'
8
arch=('x86_64' 'aarch64')
9
url='https://github.com/w568w/qq-wayland-clipboard'
10
license=('GPL-3.0-or-later')
11
depends=('glibc' 'libgcc' 'linuxqq' 'xorg-server-xvfb')
12
makedepends=('cargo' 'git')
13
provides=("$_pkgname")
14
conflicts=("$_pkgname")
15
source=("git+$url.git"
16
'wrapped-qq.desktop')
17
b2sums=('SKIP'
18
'd13abe15a958b75b53373db4dd3cf6c3686126cb8faa92d562225c55b346a35daea617075655dfc71a2066320fa8a3b52e65880387abe732f93773da2812538e')
19
20
pkgver() {
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
27
prepare() {
28
cd "$_pkgname"
29
export RUSTUP_TOOLCHAIN=stable
30
cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
31
}
32
33
build() {
34
cd "$_pkgname"
35
export RUSTUP_TOOLCHAIN=stable
36
export CARGO_TARGET_DIR=target
37
cargo build --frozen --release --all-features
38
}
39
40
check() {
41
cd "$_pkgname"
42
export RUSTUP_TOOLCHAIN=stable
43
export CARGO_TARGET_DIR=target
44
cargo test --frozen --all-features
45
}
46
47
package() {
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) | 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 19:18:43 | LOW | 2 |