hyprquip-git

LOW
maintainer kirarahoshii 0 votes scanned 2026-09-27 19:19:18.915602
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: Natsuki <299474069+iamanuclearwarhead@users.noreply.github.com>
2pkgname=hyprquip-git
3pkgver=0.1.0.r1.g7c294e3
4pkgrel=1
5pkgdesc="hyprland's official splash texts on any shell: desktop overlay, cli, hyprlock, waybar, fastfetch"
6arch=('any')
7url="https://github.com/iamanuclearwarhead/hyprquip"
8license=('BSD-3-Clause')
9depends=('bash' 'coreutils' 'sed')
10optdepends=('quickshell: splash on the desktop'
11 'hyprland: hyprquip --session reads the splash hyprland picked')
12makedepends=('git')
13provides=('hyprquip')
14conflicts=('hyprquip')
15source=("$pkgname::git+$url.git")
16sha256sums=('SKIP')
17
18pkgver() {
19 cd "$pkgname"
20 git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
21}
22
23package() {
24 cd "$pkgname"
25 DESTDIR="$pkgdir" PREFIX=/usr ./install.sh --system --no-service
26 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
27 install -Dm644 data/LICENSE.hyprland "$pkgdir/usr/share/licenses/$pkgname/LICENSE.hyprland"
28 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
29}
30

Scan history

Scanned at (UTC)SeverityRules
2026-09-27 19:19:18 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