qsgreeter-hyprland
LOW
maintainer SleepNoMore
0 votes
scanned 2026-09-26 15:15:21.013550
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.
8
pkgname=qsgreeter-hyprland
9
pkgver=1.0.1
10
pkgrel=1
11
pkgdesc='QuickShell greeter for greetd, with a Hyprland session config'
12
arch=('any')
13
url='https://github.com/nninkovic95/greetd-qsgreeter'
14
license=('MIT')
15
depends=('greetd' 'quickshell' 'glib2' 'accountsservice')
16
optdepends=('hyprland: recommended wayland compositor')
17
provides=('qsgreeter')
18
conflicts=('qsgreeter' 'qsgreeter-git')
19
backup=('etc/xdg/quickshell/qsgreeter/colorscheme.json'
20
'etc/xdg/quickshell/qsgreeter/style.json'
21
'etc/greetd/qsgreeter-hyprland.lua')
22
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
23
sha256sums=('bc83aa2f47c87109f2aeebadbabf3f1f41c4268f783729e2bbfd10cd3139d3b3')
24
25
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-26 15:15:21 | Low | 2 |