hyprquip-git
LOW
maintainer kirarahoshii
0 votes
scanned 2026-09-27 19:19:18.915602
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>
2
pkgname=hyprquip-git
3
pkgver=0.1.0.r1.g7c294e3
4
pkgrel=1
5
pkgdesc="hyprland's official splash texts on any shell: desktop overlay, cli, hyprlock, waybar, fastfetch"
6
arch=('any')
7
url="https://github.com/iamanuclearwarhead/hyprquip"
8
license=('BSD-3-Clause')
9
depends=('bash' 'coreutils' 'sed')
10
optdepends=('quickshell: splash on the desktop'
11
'hyprland: hyprquip --session reads the splash hyprland picked')
12
makedepends=('git')
13
provides=('hyprquip')
14
conflicts=('hyprquip')
15
source=("$pkgname::git+$url.git")
16
sha256sums=('SKIP')
17
18
pkgver() {
19
cd "$pkgname"
20
git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
21
}
22
23
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-27 19:19:18 | Low | 1 |