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