qsgreeter-hyprland

LOW
maintainer SleepNoMore 0 votes scanned 2026-09-26 15:15:21.013550
View on AUR
Why flagged

Package has few votes and was recently uploaded, but sources from a legitimate project GitHub repository and builds from source without executing untrusted remote code.

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.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): Package has few votes and was recently uploaded, but sources from a legitimate project GitHub repository and builds from source without executing untrusted remote code.

PKGBUILD

1# Maintainer: nninkovic95
2# Contributor: Angel Talero <angelgotalero@outlook.com>
3#
4# Release package for this fork, published to the AUR by
5# .github/workflows/release.yml when a v<version> tag is pushed. pkgver and
6# sha256sums below are placeholders: the workflow sets pkgver from the tag and
7# fills in the checksum of the tag tarball. The -git package is ../PKGBUILD.
8pkgname=qsgreeter-hyprland
9pkgver=1.0.1
10pkgrel=1
11pkgdesc='QuickShell greeter for greetd, with a Hyprland session config'
12arch=('any')
13url='https://github.com/nninkovic95/greetd-qsgreeter'
14license=('MIT')
15depends=('greetd' 'quickshell' 'glib2' 'accountsservice')
16optdepends=('hyprland: recommended wayland compositor')
17provides=('qsgreeter')
18conflicts=('qsgreeter' 'qsgreeter-git')
19backup=('etc/xdg/quickshell/qsgreeter/colorscheme.json'
20 'etc/xdg/quickshell/qsgreeter/style.json'
21 'etc/greetd/qsgreeter-hyprland.lua')
22source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
23sha256sums=('bc83aa2f47c87109f2aeebadbabf3f1f41c4268f783729e2bbfd10cd3139d3b3')
24
25package() {
26 cd "greetd-qsgreeter-$pkgver"
27 make DESTDIR="$pkgdir" install
28 install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
29}
30

Scan history

Scanned at (UTC)SeverityRules
2026-09-26 15:15:21 Low 2

Report a package

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

0 / 4000
Your suggestion