leyen

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