ryu

LOW
maintainer safalski 0 votes scanned 2026-09-13 09:14:07.132728
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: Happilli <https://github.com>
2pkgname=ryu
3pkgver=0.0.2
4pkgrel=1
5pkgdesc="Collection of Qt6 QML plugins for ryu.."
6arch=('x86_64')
7license=('BSD-2-Clause')
8depends=('qt6-base' 'qt6-declarative' 'cliphist' 'wl-clipboard' 'pipewire')
9makedepends=('cmake' 'ninja' 'qt6-tools' 'qt6-shadertools')
10conflicts=('cleave' 'clipsh' 'drawness' 'sqliter' 'warsa')
11replaces=('cleave' 'clipsh' 'drawness' 'sqliter' 'warsa')
12provides=('cleave' 'clipsh' 'drawness' 'sqliter' 'warsa')
13url="https://github.com/Happilli/ryu"
14source=("$pkgname-$pkgver.tar.gz::https://github.com/Happilli/ryu/archive/refs/tags/v$pkgver.tar.gz")
15sha256sums=('b9a28e59339ff9fbdbc5ddba892284a64b11b28cebf7609c73e20d05bee25c87')
16
17build() {
18 cmake -B build -S "$pkgname-$pkgver" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -G Ninja && ninja -C build
19}
20
21package() {
22 DESTDIR="$pkgdir" ninja -C build install
23 install -Dm644 "$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
24}
25
26

Scan history

Scanned at (UTC)SeverityRules
2026-09-13 09:14:07 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