xwayclip

LOW
maintainer mzwing 0 votes scanned 2026-08-22 17:18:20.171967
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

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.

PKGBUILD

1# Maintainer: mzwing <mzwing@mzwing.eu.org>
2
3pkgname=xwayclip
4_pkgver=0.2.2
5pkgver=${_pkgver//-/_}
6pkgrel=1
7pkgdesc='Bidirectional clipboard synchronization between X11 and Wayland for poorly implemented apps like Linux QQ'
8arch=('x86_64')
9url='https://github.com/so1ve/xwayclip'
10license=('MIT')
11makedepends=('cargo')
12source=("$pkgname-$_pkgver.tar.gz::$url/archive/refs/tags/v$_pkgver.tar.gz")
13sha256sums=('c21b7c6e417e3b63d39a131d407b3318afe275555d709a6464bb2ff01201450e')
14
15prepare() {
16 cd "$pkgname-$pkgver"
17 export RUSTUP_TOOLCHAIN=stable
18 cargo fetch --locked --target "$CARCH"
19}
20
21build() {
22 cd "$pkgname-$pkgver"
23 export RUSTUP_TOOLCHAIN=stable
24 export CARGO_TARGET_DIR=target
25 cargo build --frozen --release
26}
27
28check() {
29 cd "$pkgname-$pkgver"
30 export RUSTUP_TOOLCHAIN=stable
31 export CARGO_TARGET_DIR=target
32 cargo test --frozen --release
33}
34
35package() {
36 cd "$pkgname-$pkgver"
37 install -Dm755 target/release/xwayclip -t "$pkgdir/usr/bin/"
38 install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
39}
40

Scan history

Scanned at (UTC)SeverityRules
2026-08-22 17:18:20 Low 1

Report a package

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

0 / 4000
Your suggestion