leyen
LOW
maintainer sachesi
0 votes
scanned 2026-09-18 07:27:46.046490
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: sachesi <xsachesi@pm.me>
2
3
pkgname=leyen
4
pkgver=0.9.1
5
pkgrel=1
6
pkgdesc='Keep a library of Windows games and run them with Proton through umu-launcher'
7
arch=('x86_64' 'aarch64')
8
url='https://github.com/sachesi/leyen'
9
license=('GPL-3.0-or-later')
10
depends=('gtk4>=1:4.22' 'libadwaita>=1:1.9' 'glib2' 'hicolor-icon-theme' 'libgcc' 'glibc' 'dbus' 'systemd' 'curl' 'tar')
11
makedepends=('cargo' 'blueprint-compiler' 'just' 'gettext')
12
optdepends=('winetricks: use the installed winetricks instead of downloading it'
13
'mangohud: MangoHud switch'
14
'gamemode: GameMode switch')
15
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
16
sha256sums=('af24a6a45c18545215734a1159c94771f816a9af9e94f4611089d9280ae77e62')
17
18
prepare() {
19
cd "$pkgname-$pkgver"
20
export RUSTUP_TOOLCHAIN=stable
21
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
22
}
23
24
build() {
25
cd "$pkgname-$pkgver"
26
export RUSTUP_TOOLCHAIN=stable
27
export CARGO_TARGET_DIR=target
28
cargo build --frozen --release --workspace
29
}
30
31
check() {
32
cd "$pkgname-$pkgver"
33
export RUSTUP_TOOLCHAIN=stable
34
export CARGO_TARGET_DIR=target
35
cargo test --frozen --workspace
36
}
37
38
package() {
39
cd "$pkgname-$pkgver"
40
# just writes shebang recipes to XDG_RUNTIME_DIR, which a clean chroot does not have.
41
DESTDIR="$pkgdir" JUST_TEMPDIR="$srcdir" just prefix=/usr install
42
}
43
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-18 07:27:46 | Low | 1 |